Daily updates from Odoo
Sunday, January 18, 2015
1 change · master
Resolved issues and error corrections
This change sends Odoo log messages to the standard error stream instead of mixing them with normal command output. It helps business users and administrators who run Odoo commands in automated workflows avoid broken reports, exports, or command pipelines caused by unexpected log text.
Original PR description
The default behavior of Python's logging is to put the log to stderr. There is no reason we use especially stdout for that. @KangOl @mart-e