setup_notebook_logging#
- openstef_core.testing.setup_notebook_logging(name: str | None = None, suppress: Sequence[str] | None = None) Logger[source]#
Configure logging for tutorial notebooks and return a named logger.
Sets the root logger to INFO level and silences the loggers in suppress by raising their level to ERROR and disabling propagation. Child loggers sharing a prefix are also silenced.