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 /gmid.conf.5 | |
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 'gmid.conf.5')
-rw-r--r-- | gmid.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gmid.conf.5 b/gmid.conf.5 index ff38ab6..233a488 100644 --- a/gmid.conf.5 +++ b/gmid.conf.5 @@ -143,7 +143,7 @@ The path is relative to the .Ic chroot . .It Ic style Ar style Set the logging style, defaults to -.Ic condensed . +.Ic legacy . The .Ar style can be one of: |