summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-05-26 16:27:08 +0530
committerlistout <listout@protonmail.com>2021-05-26 16:27:08 +0530
commit882b92585463e61619c71bc21e67f46e5af74234 (patch)
tree80067c681c757e30a8ca63625816ee425683bba9 /internal
parent89ee6e4dad7be84a013bb5efab3a5f60299ace28 (diff)
downloadgitlab-shell-882b92585463e61619c71bc21e67f46e5af74234.tar.gz
changed filename extension to .log as json can operate on .log file
Diffstat (limited to 'internal')
-rw-r--r--internal/config/config.go2
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",