logger_name#

safir.logging.logger_name: str | None = None#

Name of the configured global logger.

When configure_logging is called, the name of the configured logger is stored in this variable. It is used by the logger dependency to retrieve the application’s configured logger.

Only one configured logger is supported. Additional calls to configure_logging change the stored logger name.