uvex_transients.utils.log#

Logging setup for uvex_transients.

Configures the package-wide logger (logger), the main entry point for logging messages across the codebase. Behavior – level and message format – is controlled by the central configuration (config) under the system.logging.main namespace.

Attributes

logger

The main logger for the uvex_transients package.

Functions

configure_logging([level])

(Re)configure logger from config, optionally overriding its level.