anybox / anybox.recipe.odoo

Buildout recipe for Odoo >=8. For older versions please use anybox.recipe.openerp
http://docs.anybox.fr/anybox.recipe.odoo/current/
GNU Affero General Public License v3.0
25 stars 63 forks source link

[BUG] empty log file #91

Closed ventilooo closed 7 years ago

ventilooo commented 8 years ago

./bin/upgrade_odoo --log-file=~/test.log --log-level=info --console-log-level=debug -d web

The test.log is empty.

Is that normal ?

petrus-v commented 8 years ago

@ventilooo thanks for reporting issue.

We are mainly using the default value. It may have a bug! It appear to works with anybox.recipe.openerp (version 7 and earlier) but probably failed with anybox.recipe.odoo (odoo8 and after). Can you give us more information about the context? which odoo version are you using and which version of the anybox.recipe.odoo are you using?

ventilooo commented 8 years ago

context:

NB: i'm working on a patch

petrus-v commented 8 years ago

@ventilooo At least upgrade logs are available on the odoo server log file if one is set in your buildout.cfg options.logfile = ${buildout:directory}/../log/odoo-server.log