Skip to Content
Menu
This question has been flagged
1 Reply
12171 Views

In the server log, the message “Please enable sql debugging to trace the caller.” sometimes appears.

How should I do that? Can I enable “sql logging” without changing the overall logging level of the server?



Avatar
Discard
Best Answer

You can use command "--log-level=debug_sql" while starting the server to enable sql debugging. (Like: ./openerp-server --addons-path=addons/ --log-level=debug_sql)

For more details you can use following command:

./openerp-server --help

Avatar
Discard
Related Posts Replies Views Activity
1
Sep 20
3022
0
Mar 19
4722
0
Apr 24
3435
0
Jul 20
3582
2
May 20
20081