bin/cubicweb-ctl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 09 Oct 2013 17:42:01 +0200
branchstable
changeset 9274 b39ac464e3ac
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[server/session] demote log to debug It can pollute the log very fast. Closes #3203391.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])