summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index 1589fa97db..49093eb8a7 100644
--- a/main.go
+++ b/main.go
@@ -120,6 +120,8 @@ arguments - which can alternatively be run by running the subcommand web.`
if err != nil {
log.Fatal("Failed to run app with %s: %v", os.Args, err)
}
+
+ log.GetManager().Close()
}
func setFlagsAndBeforeOnSubcommands(command *cli.Command, defaultFlags []cli.Flag, before cli.BeforeFunc) {