aboutsummaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'config.c')
-rw-r--r--config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.c b/config.c
index e5ce62f..d9c5f32 100644
--- a/config.c
+++ b/config.c
@@ -45,6 +45,7 @@ config_new(void)
conf->prefork = 3;
conf->log_syslog = 1;
+ conf->log_format = LOG_FORMAT_LEGACY;
#ifdef __OpenBSD__
conf->use_privsep_crypto = 1;