diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-03-13 17:58:16 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-03-13 17:58:16 +0000 |
commit | 2739b417ab64b52f50fb6191c2660191e4034da9 (patch) | |
tree | 4948813900aa8cdcbf78c491167f0412feff4c22 /src/libserver/cfg_file.h | |
parent | baee02f1f70d1ceedf0bf0c5788c55ea0ddb9561 (diff) | |
download | rspamd-2739b417ab64b52f50fb6191c2660191e4034da9.tar.gz rspamd-2739b417ab64b52f50fb6191c2660191e4034da9.zip |
[Feature] Add filename to log format
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r-- | src/libserver/cfg_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h index 199c965f4..ede88d9d7 100644 --- a/src/libserver/cfg_file.h +++ b/src/libserver/cfg_file.h @@ -234,6 +234,7 @@ enum rspamd_log_format_type { RSPAMD_LOG_TIME_VIRTUAL, RSPAMD_LOG_LUA, RSPAMD_LOG_DIGEST, + RSPAMD_LOG_FILENAME, }; enum rspamd_log_format_flags { |