diff --git a/src/cfgparse-listen.c b/src/cfgparse-listen.c index 0c59549f1..876a5da95 100644 --- a/src/cfgparse-listen.c +++ b/src/cfgparse-listen.c @@ -2699,6 +2699,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)