Is there an overall --debug in openerp ?

Asked by julien M.

Hello,

I wanted to know if there is an option as --debug to display all the processing performed by the server ? (SQL request...)

Thanks !

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Addons (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
Naresh(OpenERP)
Solved:
Last query:
Last reply:
Revision history for this message
Best Naresh(OpenERP) (nch-openerp) said :
#1

Hello Julien,

Here is the list of options available.

--log-level=LOG_LEVEL
                        specify the level of the logging. Accepted values:
                        ['info', 'debug_rpc', 'warn', 'test', 'critical',
                        'error', 'debug', 'notset']

Thanks

Revision history for this message
julien M. (sanguinator-x) said :
#2

Thanks nch(OpenERP), that solved my question.