Option | Description |
level | Amount of information to record for all products and facilities listed on the Settings > Logging > View Server Logger Details page for this session. For possible values, see
Logging Levels. For this session only, this option overrides the values specified on the Settings > Logging > View Server Logger Details page and on the watt.debug.level property. |
filename | Fully qualified or relative path to the file in which to write the server log for this session. Relative path is relative to the Integration Server home directory: Integration Server_directory \instances\instance_name The filename must specify a directory and filename. For this session only, the filename option overrides the value specified on the watt.debug.logfile property. |
none | Displays the server log on your console (STDOUT). For this session only, the none option overrides the value specified on the watt.debug.logfile property. Note: Server log messages written to STDOUT include the identifier “ISSERVER” to help differentiate server log messages from other messages written to the console. |
both | Writes server log information to the computer screen (STDOUT) and the destination specified by the watt.debug.logfile parameter. |