Friday 17 January 2014

Generating Verbose Log File during Installation

What is Verbose log ?

The log that stores messages (informational, warning, error, and fatal) about events that occur during the installation process

How to generate the Verbose log ?

 
If you launch the installation from the command line or from a script, you can specify the -log option to generate a verbose installation log. The installation log stores messages (informational, warning, error, and fatal) about events that occur during the installation process. This type of log mechanism can be especially useful for silent installations.

To create a verbose log file during installation, include the -log=full path to log file option in the command line.

For example, to create a verbose log file for the WebLogic Server Package installer for Windows:

wls_win32.exe -log=C:\logs\server_install.log
The path must specify a file and folder which should be existing, the application will not create the folder or the file.

No comments:

Post a Comment