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.
13 lines
731 B
13 lines
731 B
Add ``slow_statement_logger`` to Odoo's ``--load`` command line option, or to the
|
|
``server_wide_modules`` configuration file entry.
|
|
|
|
Add a ``log_min_duration_statement`` entry in the ``options`` section of your
|
|
Odoo configuration file. Statements running at least this number of
|
|
milliseconds will be logged with a *debug* level in the
|
|
``odoo.addons.slow_statement_logger`` logger. ``0`` means all statements will be
|
|
logged. ``-1`` disables this logging. You can also set an environment variable
|
|
``ODOO_LOG_MIN_DURATION_STATEMENT`` which will have priority over the
|
|
configuration file entry.
|
|
|
|
Add ``odoo.addons.slow_statement_logger:DEBUG`` in your ``log_handler``
|
|
configuration file entry or ``--log-handler`` command line option.
|