aboutsummaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-08-04 10:05:44 +0000
committerOmar Polo <op@omarpolo.com>2023-08-04 10:05:44 +0000
commitf23b708726fbc5c2a985fbdd50449891f4df87dd (patch)
tree12ad9e02afc9e47c18c74612c28965318a7119b9 /config.c
parent5d38e5d88d423a7a84f714841cc161829f236b13 (diff)
set the default logging style back to legacy
I think the condensed is better but it'll need to change post 2.0 to accomodate for logging the number of bytes read in the body of a titan request (and it's weird to hardcode a zero there.) 2.0 will ship with the legacy logging style thus.
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;