View in ref guide.
Edit this option Publish this option Clear draft content
Published Option
debug
Default Value: No default value
Valid Values: - stdout Log events are sent to the Standard output (stdout).
- stderr Log events are sent to the Standard error output (stderr).
- memory Log events are sent to the memory output on the local disk. This is the safest output in terms of the application performance.
- <filename> Log events are stored in a file with the specified name. If a path is not specified, the file is created in the application's working directory.
Changes Take Effect: Immediately
Specifies the outputs to which an application sends the log events of the Debug level and higher (that is, log events of the Standard, Interaction, Trace, and Debug levels). You must separate log output types with commas when you configure more than one output type.
For example, debug = stderr, /usr/local/genesys/logfile
Note: Log events of debug level are never sent to Message Server nor are they stored in the Log Database.
Draft Option
No draft option