aboutsummaryrefslogtreecommitdiff
path: root/internal/route
diff options
context:
space:
mode:
Diffstat (limited to 'internal/route')
-rw-r--r--internal/route/install.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/route/install.go b/internal/route/install.go
index e14a60aa..e3d0555b 100644
--- a/internal/route/install.go
+++ b/internal/route/install.go
@@ -54,7 +54,7 @@ func GlobalInit(customConf string) error {
return errors.Wrap(err, "init configuration")
}
- conf.InitLogging()
+ conf.InitLogging(false)
log.Info("%s %s", conf.App.BrandName, conf.App.Version)
log.Trace("Work directory: %s", conf.WorkDir())
log.Trace("Custom path: %s", conf.CustomDir())