bin/cubicweb-ctl
author Laurent Peuch <cortex@worlddomination.be>
Wed, 21 Aug 2019 04:52:08 +0200
changeset 12740 6e98699d3a9a
parent 12253 9165f4b7426b
child 12779 44147dab9d27
permissions -rwxr-xr-x
[logging/debug] move transaction operations logs from self.debug to DBG_OPS There were a mixing between displaying transaction operations log on logger.debug and only when DBG_OPS was on, uniformize everything behind DBG_OPS. Closes #17229126

#!/usr/bin/env python
from cubicweb.cwctl import run
run()