17 lines
326 B
Plaintext
17 lines
326 B
Plaintext
logging {
|
|
type = "syslog";
|
|
level = "info";
|
|
|
|
# Show statistics for regular expressions
|
|
log_re_cache = true;
|
|
|
|
# Can be used for console logging
|
|
color = false;
|
|
|
|
# Log with microseconds resolution
|
|
log_usec = false;
|
|
|
|
# Enable debug for specific modules (e.g. `debug_modules = ["dkim", "re_cache"];`)
|
|
debug_modules = []
|
|
}
|