Skip to main content
Skip table of contents

Log Configuration

Dynamic logging configuration is activated using the --log startup option and specifying the log configuration file location. Note that the file name specification is preceded by a '+' character.

CODE
run CLIENT --log +$vol.subvol.logcfg [--monitor log:15 ] ...

run CONSOLE --log +$vol.subvol.logcfg  [--monitor log:15 ] ...

Configuration Reference

The log configuration must be preceded by a [log] header

OptionDescriptione
fileThe name of the log file. If not fully qualified then the value of the _DEFAULTS define is used to complete the file name.
levelThe level value may be "error", "warning", "info", or "debug" and controls the type of information that is output to the log destination. The "error" level produces the least output while the "trace" level produces the most output. The default value is "info".
formatThe format value may be "text" indicating that the log events should be output as text strings or "event" indicating that the log events should be output in EMS event format.. If not specified the default value is "text".

Examples

TEXT
# Log to a file
[log]
file=$data1.logs.zzlog
format=text
level=info
TEXT
# Log to $0
[log]
file=$0
format=event
level=info
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.