diff options
Diffstat (limited to 'internal/config/defaults.go')
| -rw-r--r-- | internal/config/defaults.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/defaults.go b/internal/config/defaults.go index 1540cc76b..df3b64b40 100644 --- a/internal/config/defaults.go +++ b/internal/config/defaults.go @@ -29,6 +29,7 @@ import ( // if you use this, you will still need to set Host, and, if desired, ConfigPath. var Defaults = Configuration{ LogLevel: "info", + LogFormat: "logfmt", LogTimestampFormat: "02/01/2006 15:04:05.000", LogDbQueries: false, ApplicationName: "gotosocial", |
