8 lines
333 B

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