diff options
Diffstat (limited to 'internal/cmd/restore.go')
-rw-r--r-- | internal/cmd/restore.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/cmd/restore.go b/internal/cmd/restore.go index e8c82f60..8d2e4caa 100644 --- a/internal/cmd/restore.go +++ b/internal/cmd/restore.go @@ -98,6 +98,7 @@ func runRestore(c *cli.Context) error { if err != nil { return errors.Wrap(err, "init configuration") } + conf.InitLogging(true) if err = db.SetEngine(); err != nil { return errors.Wrap(err, "set engine") |