aboutsummaryrefslogtreecommitdiffstats
path: root/.documentup.json
diff options
context:
space:
mode:
authorFuzzy <ulima.ums@googlemail.com>2015-02-22 00:55:04 +0100
committerFuzzy <ulima.ums@googlemail.com>2015-02-22 00:55:04 +0100
commit812b27b3fc8589988b588a19e901b0c5704d873d (patch)
tree240ecad3bc8d257147c145ff981ca52cd463612e /.documentup.json
parent93c7b3af51c68f3d2cb37ff41c0eb941e1b81df6 (diff)
parentc3eb2591d2d5e3523c8e04ce263fcf55b31c861c (diff)
downloadsvg.js-812b27b3fc8589988b588a19e901b0c5704d873d.tar.gz
svg.js-812b27b3fc8589988b588a19e901b0c5704d873d.zip
Merge pull request #273 from dotob/patch-1
add missing add in function params
Diffstat (limited to '.documentup.json')
0 files changed, 0 insertions, 0 deletions
d='n31' href='#n31'>31 32 33 34 35
# Logging configuration
# Please don't modify this file as your changes might be overwritten with
# the next update.
#
# You can modify 'local.d/logging.inc' to add and merge
# parameters defined inside this section
#
# You can modify 'override.d/logging.inc' to strictly override all
# parameters defined inside this section
#
# See https://rspamd.com/doc/faq.html#what-are-the-locald-and-overrided-directories
# for details
#
# Relevant documentation: https://rspamd.com/doc/configuration/logging.html

level = "info";
log_format =<<EOD
id: <$mid>,$if_qid{ qid: <$>,}$if_ip{ ip: $,}$if_user{ user: $,}$if_smtp_from{ from: <$>,}
(default: $is_spam ($action): [$scores] [$symbols_scores_params]),
len: $len, time: $time_real, dns req: $dns_req,
digest: <$digest>$if_smtp_rcpts{, rcpts: <$>}$if_mime_rcpts{, mime_rcpts: <$>}$if_filename{, file: $}$if_forced_action{, forced: $}$if_settings_id{, settings_id: $}
EOD


# 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 = []