diff options
Diffstat (limited to 'cmd/migrate.go')
-rw-r--r-- | cmd/migrate.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/migrate.go b/cmd/migrate.go index 23bc97b0c4..afed07f538 100644 --- a/cmd/migrate.go +++ b/cmd/migrate.go @@ -32,6 +32,7 @@ func runMigrate(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 err := models.NewEngine(context.Background(), migrations.Migrate); err != nil { |