Module logging

Module logging 

Source

Modules§

level

Functions§

exclude_salsa
Returns a filter that mutes all tracing events from the “salsa” crate unless the CAIRO_UNMUTE_SALSA environment variable is set. This is useful to reduce log noise from salsa internals during normal operation.
init_logging
Initializes logging (tracing library). The format is: <level> /path/to/file:<line_number> <time> <log_message>