summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlistout <listout@protonmail.com>2021-05-24 20:59:34 +0530
committerlistout <listout@protonmail.com>2021-05-24 20:59:34 +0530
commite86aadae72a7f0b17f52ed7f3bdd98670eca0a84 (patch)
treec6454dae7e9bda15b696c7563e3561a0bdc11093
parent90b606cde3d71d8a4450a5b5da9be4454c7b379f (diff)
downloadgitlab-shell-e86aadae72a7f0b17f52ed7f3bdd98670eca0a84.tar.gz
changed the format of log file to json from text
-rw-r--r--internal/config/config.go4
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",
}