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

Filter by logging level of logger first and then by transport #425

Closed
wants to merge 1 commit into from

Conversation

xaka
Copy link

@xaka xaka commented Jul 23, 2014

It's very common to filter messages by logger's logging level first before filtering by transport's logging level. The reason behind it is that there should be an easy way to disable debug level (as an example)) entirely w/o updating configuration for each transport.

@indexzero
Copy link
Member

The level ordering regression will get fixed in [email protected] via #290 or #349. The Transport level should always take precedence over the Logger level. The Logger level is only a sane default to use when the Transport level is not set.

That being said, all Transports should not default to any level.

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