[debug] add ALL possibility to --dbglevel 3.26
authorLaurent Peuch <cortex@worlddomination.be>
Tue, 27 Aug 2019 20:16:01 +0200
branch3.26
changeset 12748 9fa65579520f
parent 12747 36d4a8ec1fb7
child 12749 ff63319a1730
child 12874 cc71a801b846
[debug] add ALL possibility to --dbglevel
cubicweb/pyramid/pyramidctl.py
--- 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')