View in ref guide.
Edit this option Publish this option Clear draft content
Published Option
standard
Default Value: stdout
Valid Values: See table
Changes Take Effect: Immediately
Specifies the outputs to which an application sends the log events of the Standard level. The log output types must be separated by a comma when more than one output is configured. For example: standard = stderr, network
Valid Values:
stdout
|
Log events are sent to the Standard output (stdout).
|
stderr
|
Log events are sent to the Standard error output (stderr).
|
network
|
Log events are sent to Message Server, which can reside anywhere on the network. Message Server stores the log events in the Log Database.
|
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.
|
Draft Option
No draft option