You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defining a child logger before the initial parent will result in the child logger receiving a level of 0 instead of the default from the parent.
This means that developers need to be very careful about the load order of modules and classes or alternatively should provide a mechanism to easily reset child logger levels on defining of a parent logger.
At the very least, I'd suggest documenting the current behaviour more clearly to warn developers that order is important.