From 8ce4a206a942b480fb65ebf1b66a9abb82647be9 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 30 Oct 2019 12:48:40 +0100 Subject: [PATCH] Fix slow-log-db --- wo/cli/plugins/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/log.py b/wo/cli/plugins/log.py index 54b23de..f108f3c 100644 --- a/wo/cli/plugins/log.py +++ b/wo/cli/plugins/log.py @@ -210,7 +210,7 @@ class WOLogResetController(CementBaseController): if ((not self.app.pargs.nginx) and (not self.app.pargs.fpm) and (not self.app.pargs.mysql) and (not self.app.pargs.access) and (not self.app.pargs.wp) and (self.app.pargs.site_name) and - (not self.app.pargs.slow-log-db)): + (not self.app.pargs.slow_log_db)): self.app.pargs.nginx = True self.app.pargs.wp = True self.app.pargs.access = True