diff --git a/.gleichzeitig/config.json b/.gleichzeitig/config.json index 99a763a..35f6f67 100644 --- a/.gleichzeitig/config.json +++ b/.gleichzeitig/config.json @@ -10,7 +10,6 @@ "cmd": "echo 'Hello World from command 2!'" } ], - "log_file": "", + "log_file": "gleich.log", "surpress_output": false } - diff --git a/config.go b/config.go index fb0dc8c..f1c6a34 100644 --- a/config.go +++ b/config.go @@ -29,7 +29,7 @@ var DEFAULT_CONFIG = Config{ Cmd: "echo 'Hello World from command 2!'", }, }, - LogFile: "", + LogFile: "gleich.log", SurpressOutput: false, }