diff options
Diffstat (limited to 'cmd/convert.go')
-rw-r--r-- | cmd/convert.go | 1 |
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 { |