Installer  | Using Console Mode to Install | Change Logging Options
 
Change Logging Options
You can change logging options by specifying logging-related parameters in front of the -console parameter on the command you run to start the installer.
The following table lists the parameters you can specify to change logging options.
Parameter
Variables
-debugLvl level
Amount of information to log. Valid values are as follows:
Amount of information to log
Value
Fatal only
fatal
Errors only
error
Errors and warnings
warning
Errors, warnings, and informational messages (default)
info
All; produces a 10 to 200MB file
verbose
No information (that is, do not log any information)
none
-debugFile debug_file
Full path to the file to contain the logging information. The default is Software AG_directory /install/logs/installLog.txt.
-maxLogSize numberm
Maximum size of the file to contain the logging information, in megabytes. If the file reaches the specified size, the installer begins writing a second file (installLog_part2.txt), and then a third file (installLog_part3.txt), and so on, until it writes ten files (installLog_part10.txt). It then overwrites the first file, and then the second file, and so on. The default maximum size for the log file is 250 MB.
-debugOut
Writes logging information to standard out as well as to file. This is not valid when using SoftwareAGInstalleryyyymm.exe
-debugErr
Writes logging information to standard error as well as to file.
-debug level
Shorthand way to specify-debugErr -debugLvl level .