| Status | CategoryBlueprintObsolete (do not edit if already approved in Launchpad) |
| Launchpad Entry | logger-level-enabled-switch |
| Modules affected | None |
| Responsible | SebastianMax |
Contents
Summary
Proposal to remove 'enabled' switch from Logger
Release Note
Changed Logger interface by removing the enabled switch. The level should be used to switch it off via setting it to zero.
Rationale
Two options to turn off the logging is one to much.
Use Cases
Assumptions
Design
Implementation
UI Changes
Change all declarations of the logger, where the enabled parameter is used.
Code Changes
Change the logger implementation and the PyConfig by removing the enabled parameter.
Migration
Test/Demo Plan
Open Issues
BoF agenda and discussion