diff options
Diffstat (limited to 'cmd/dump_repo.go')
-rw-r--r-- | cmd/dump_repo.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/dump_repo.go b/cmd/dump_repo.go index 69813e3c87..3ea82f6d1a 100644 --- a/cmd/dump_repo.go +++ b/cmd/dump_repo.go @@ -84,6 +84,7 @@ func runDumpRepository(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() var ( |