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
I assumed with this configuration that we were indeed configuring and using the true root logger. However, this is giving a logger named "root", but not the true root logger I believe. When I use this configuration logged statements from other imported libraries aren't propagated up to this logger. So the problem I encountered was not being able to handle correctly logging statements from other imported libraries.
Instead, I followed the instructions here, for Dictionary Schema Details.
The configuration below configures the root logger and assigns it to logger:
follow/config/config.py
Line 70 in 8238e99
I assumed with this configuration that we were indeed configuring and using the true root logger. However, this is giving a logger named "root", but not the true root logger I believe. When I use this configuration logged statements from other imported libraries aren't propagated up to this logger. So the problem I encountered was not being able to handle correctly logging statements from other imported libraries.
Instead, I followed the instructions here, for Dictionary Schema Details.
The configuration below configures the root logger and assigns it to
logger
:The text was updated successfully, but these errors were encountered: