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