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

Namespaced loggers #133

Merged
merged 1 commit into from Aug 3, 2016

Conversation

aehlke
Copy link
Contributor

@aehlke aehlke commented Aug 3, 2016

Enables finer-grained logging configuration. If I want to suppress e.g. https://github.com/django-silk/silk/blob/6f8a5741115640dc752ef95951058b420d55dbe8/silk/profiling/profiler.py#L106 but not other warnings, with this patch I can change the logging level for `"silk.profiling.profiler" independently.

Enables finer-grained logging configuration.
@avelis avelis merged commit 96bd5c5 into jazzband:master Aug 3, 2016
@avelis
Copy link
Collaborator

avelis commented Aug 3, 2016

@aehlke Thanks for the contribution. Could you add some documentation on the different types of logger namespaces on the README?

I know the build is failing but it is for unrelated reasons. Given that knowledge I have merged this in.

@aehlke
Copy link
Contributor Author

aehlke commented Aug 3, 2016

@avelis I have a couple other PRs I need to make first but I'll look into README! Thanks for the quick merge.

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.

None yet

2 participants