Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 349 Bytes

logging.rst

File metadata and controls

8 lines (5 loc) · 349 Bytes

Logging

Most events will be logged to the logger named rolumns.

When a column is bound to a value that doesn't exist during rendering, that warning will be logged to rolumns.missing-value.

If you don't care about missing values, feel free to set the log level of rolumns.missing-value to logging.CRITICAL.