cubicweb/cwctl.py
changeset 12749 ff63319a1730
parent 12743 a74e77469540
child 12754 22ece66dcd47
--- a/cubicweb/cwctl.py	Thu May 23 00:33:04 2019 +0200
+++ b/cubicweb/cwctl.py	Fri Oct 18 23:39:03 2019 +0200
@@ -47,7 +47,7 @@
 from cubicweb.__pkginfo__ import version as cw_version
 
 LOG_LEVELS = ('debug', 'info', 'warning', 'error')
-DBG_FLAGS = ('RQL', 'SQL', 'REPO', 'HOOKS', 'OPS', 'SEC', 'MORE')
+DBG_FLAGS = ('RQL', 'SQL', 'REPO', 'HOOKS', 'OPS', 'SEC', 'MORE', 'ALL')
 
 # don't check duplicated commands, it occurs when reloading site_cubicweb
 CWCTL = CommandLine('cubicweb-ctl', 'The CubicWeb swiss-knife.',