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 9eba4dde..4f66a227 100644
--- a/internal/route/install.go
+++ b/internal/route/install.go
@@ -84,7 +84,7 @@ func GlobalInit() {
log.Info("Builtin Windows Service is supported")
}
if setting.LoadAssetsFromDisk {
- log.Info("Assets are loaded from disk")
+ log.Trace("Assets are loaded from disk")
}
checkRunMode()