summaryrefslogtreecommitdiffstats
path: root/cmd/dump.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/dump.go')
-rw-r--r--cmd/dump.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/dump.go b/cmd/dump.go
index efb9397208..c158ee21f1 100644
--- a/cmd/dump.go
+++ b/cmd/dump.go
@@ -159,7 +159,8 @@ func runDump(ctx *cli.Context) error {
fatal("Deleting default logger failed. Can not write to stdout: %v", err)
}
}
- setting.NewContext()
+ setting.LoadFromExisting()
+
// make sure we are logging to the console no matter what the configuration tells us do to
if _, err := setting.Cfg.Section("log").NewKey("MODE", "console"); err != nil {
fatal("Setting logging mode to console failed: %v", err)