summaryrefslogtreecommitdiffstats
path: root/routers/install
diff options
context:
space:
mode:
Diffstat (limited to 'routers/install')
-rw-r--r--routers/install/setting.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/install/setting.go b/routers/install/setting.go
index 7b9b7bd8c2..e2af66cfb4 100644
--- a/routers/install/setting.go
+++ b/routers/install/setting.go
@@ -22,6 +22,7 @@ func PreloadSettings(ctx context.Context) bool {
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("Preparing to run install page")
translation.InitLocales()
if setting.EnableSQLite3 {