Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move log calls out of root logger #31

Open
theferrit32 opened this issue Jan 15, 2019 · 0 comments
Open

Move log calls out of root logger #31

theferrit32 opened this issue Jan 15, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@theferrit32
Copy link
Member

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

@theferrit32 theferrit32 added the enhancement New feature or request label Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant