log-domain<boolean = false>Print domain information with log entries.
log-domain-levels<string ...>Set log levels by domain. Format is:
<domain>[:i|d|t]:<level> ...
Entries are separated by white-space and or commas.
i - info
For example: server:i:3 module:6
Set 'server' domain info messages to level 3 and 'module' info messages to level 6. All other domains will follow the system wide log verbosity level.
If <level> is negative it is relative to the system wide verbosity.
log-simple-domains<boolean = true>Remove any leading directories and trailing file extensions from domains so that source code file names can be easily used as log domains.