diff --git a/src/cfgparse-listen.c b/src/cfgparse-listen.c index 876a5da95..183eee5e3 100644 --- a/src/cfgparse-listen.c +++ b/src/cfgparse-listen.c @@ -2208,6 +2208,8 @@ stats_error_parsing: oldlogformat = "option httplog"; else if (curproxy->logformat.str == default_tcp_log_format) oldlogformat = "option tcplog"; + else if (curproxy->logformat.str == clf_tcp_log_format) + oldlogformat = "option tcplog clf"; else if (curproxy->logformat.str == clf_http_log_format) oldlogformat = "option httplog clf"; else if (curproxy->logformat.str == default_https_log_format)