[IMP]Local Odoo 10 Dev : more traces

This commit is contained in:
Fabien Bourgeois 2016-11-03 10:52:18 +01:00
parent be32e677e3
commit bb59d0e8ee

View File

@ -1,7 +1,7 @@
#!/bin/bash
CONF=/opt/odoo/odoo.conf
ODOOCMD="python /opt/odoo/OCB/odoo-bin --config $CONF --dev all"
ODOOCMD="python /opt/odoo/OCB/odoo-bin --config $CONF --dev all --log-handler :DEBUG"
# Configuration generation and Odoo launch
bash genconf.sh && $ODOOCMD