Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 448 Bytes

py-logging.rst

File metadata and controls

11 lines (9 loc) · 448 Bytes

Logging

Logging is done with the standard Python :pylogging module, and logging can be configured with the usual utilities. However, in the default build the debug logging is completely disabled for performance reasons. To enable it, you need to set the Meson option max_log_level=debug. For example, if installing with pip, use

pip install --config-settings=setup-args=-Dmax_log_level=debug .