diff options
Diffstat (limited to 'routers/init.go')
-rw-r--r-- | routers/init.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/init.go b/routers/init.go index fe89c738ef..52eacfd02b 100644 --- a/routers/init.go +++ b/routers/init.go @@ -81,6 +81,7 @@ func GlobalInit(ctx context.Context) { log.Info("AppWorkPath: %s", setting.AppWorkPath) log.Info("Custom path: %s", setting.CustomPath) log.Info("Log path: %s", setting.LogRootPath) + log.Info("Configuration file: %s", setting.CustomConf) log.Info("Run Mode: %s", strings.Title(setting.RunMode)) // Setup i18n |