diff options
author | Omar Polo <op@omarpolo.com> | 2023-08-04 10:05:44 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-08-04 10:05:44 +0000 |
commit | f23b708726fbc5c2a985fbdd50449891f4df87dd (patch) | |
tree | 12ad9e02afc9e47c18c74612c28965318a7119b9 /config.c | |
parent | 5d38e5d88d423a7a84f714841cc161829f236b13 (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |