cubicweb/pyramid/pyramidctl.py
branch3.26
changeset 12748 9fa65579520f
parent 12216 4de5927871f9
--- a/cubicweb/pyramid/pyramidctl.py	Wed Jun 26 02:32:02 2019 +0200
+++ b/cubicweb/pyramid/pyramidctl.py	Tue Aug 27 20:16:01 2019 +0200
@@ -48,7 +48,7 @@
 
 MAXFD = 1024
 
-DBG_FLAGS = ('RQL', 'SQL', 'REPO', 'HOOKS', 'OPS', 'SEC', 'MORE')
+DBG_FLAGS = ('RQL', 'SQL', 'REPO', 'HOOKS', 'OPS', 'SEC', 'MORE', 'ALL')
 LOG_LEVELS = ('debug', 'info', 'warning', 'error')