diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -10,9 +10,6 @@ import ( func main() { - // disable log timestamp because systemd takes care of that - log.SetFlags(0) - // read all sources of runtime configuration (e.g. CLI flags and config file) config := utils.GetRuntimeConfig() |