Log Configuration |
Top Previous Next |
Dynamic logging configuration is activated using the -logcfg startup option. Note that when the -logcfg option is used, the -log and -logtime options are ignored.
Configuration Reference
[log]
Example
; Log to a file. [log] file=$data1.logs.zzlog format=text level=info time=lct
; Log to $0 [log] file=$0 format=event level=info
|