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

Use django-style logging support #28

Merged
merged 1 commit into from
Jun 28, 2021
Merged

Conversation

eccles
Copy link
Member

@eccles eccles commented Jun 28, 2021

Problem:
The package defined its own root logger and this constrained
(unnecessarily) the useage by third parties.

Solution:
Added module-named loggers at each endpoint to allow ultimate
flexibility in configuring logging by the user.

Signed-off-by: Paul Hewlett phewlett76@gmail.com

Problem:
The package defined its own root logger and this constrained
(unnecessarily) the useage by third parties.

Solution:
Added module-named loggers at each endpoint to allow ultimate
flexibility in configuring logging by the user.

Signed-off-by: Paul Hewlett <phewlett76@gmail.com>
@eccles eccles requested review from JAG-UK, honourfish and Serhiy1 June 28, 2021 07:55
@JAG-UK JAG-UK merged commit 0395064 into main Jun 28, 2021
@JAG-UK JAG-UK deleted the dev/eccles/django-logging-model branch June 28, 2021 10:00
eccles added a commit that referenced this pull request Mar 22, 2022
Problem:
The package defined its own root logger and this constrained
(unnecessarily) the useage by third parties.

Solution:
Added module-named loggers at each endpoint to allow ultimate
flexibility in configuring logging by the user.

Signed-off-by: Paul Hewlett <phewlett76@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants