You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

8 lines
333 B

This module lets you log slow SQL statements. It is useful when you don't have
access to the PostgreSQL log or when it is difficult to correlate the
PostgreSQL log with the Odoo log.
.. warning::
This module may leak confidential data in the log, in a similar way
to Odoo's ``--log-level=debug_sql`` option. Use with care.