aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/convert.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/convert.go')
-rw-r--r--cmd/convert.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/convert.go b/cmd/convert.go
index e2ffd403ac..aa404d64fa 100644
--- a/cmd/convert.go
+++ b/cmd/convert.go
@@ -31,6 +31,7 @@ func runConvert(ctx *cli.Context) error {
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)
setting.InitDBConfig()
if !setting.Database.UseMySQL {