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
Lines in log file do not contain the name of the module they originated from.
Adding a getLogger(__name__) to each module file will fix this. The important thing is to make sure these module loggers inherit the settings from the root logger configured in settings.py
The text was updated successfully, but these errors were encountered:
Lines in log file do not contain the name of the module they originated from.
Adding a
getLogger(__name__)
to each module file will fix this. The important thing is to make sure these module loggers inherit the settings from the root logger configured insettings.py
The text was updated successfully, but these errors were encountered: