diff options
-rw-r--r-- | internal/config/config.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/config/config.go b/internal/config/config.go index e3dd7c2..ca5c726 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -57,8 +57,8 @@ type Config struct { // The defaults to apply before parsing the config file(s). var ( DefaultConfig = Config{ - LogFile: "gitlab-shell.log", - LogFormat: "text", + LogFile: "gitlab-shell.json", + LogFormat: "json", Server: DefaultServerConfig, User: "git", } |