diff options
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 0aa8df36c..1cf4a1faf 100644 --- a/src/libserver/cfg_file.h +++ b/src/libserver/cfg_file.h @@ -76,6 +76,7 @@ enum rspamd_log_cfg_flags { RSPAMD_LOG_FLAG_USEC = (1 << 3), RSPAMD_LOG_FLAG_RSPAMADM = (1 << 4), RSPAMD_LOG_FLAG_ENFORCED = (1 << 5), + RSPAMD_LOG_FLAG_TTY = (1 << 6), }; struct rspamd_worker_log_pipe { |