-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Bug: Inconsistent levels when creating Entry from Logger #1158
Comments
@iamolegga that does look odd, I added some more output here: https://play.golang.org/p/Xe6QQx1igjo You can see the entry is actually logging at the right level, ie it doesnt output 'debug' level messages since the root logger is configured to log at 'info' and above... however when you call
So I'm inclined to say that yes, it is a bug in that |
This issue is stale because it has been open for 30 days with no activity. |
I believe this isn't fixed yet |
This issue is stale because it has been open for 30 days with no activity. |
ping |
This issue is stale because it has been open for 30 days with no activity. |
not fixed |
This issue is stale because it has been open for 30 days with no activity. |
not fixed |
This issue is stale because it has been open for 30 days with no activity. |
not fixed |
This issue is stale because it has been open for 30 days with no activity. |
This issue is stale because it has been open for 30 days with no activity. |
not fixed |
This issue is stale because it has been open for 30 days with no activity. |
not fixed |
This issue is stale because it has been open for 30 days with no activity. |
not fixed |
This issue is stale because it has been open for 30 days with no activity. |
not fixed |
This issue is stale because it has been open for 30 days with no activity. |
not fixed |
This issue is stale because it has been open for 30 days with no activity. |
not fixed |
@iamolegga The library is already inactive, maybe you should try another solution! Just like me. |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 14 days since being marked as stale. |
Example: https://play.golang.org/p/zZODKE5p6SD
Is this a bug?
The text was updated successfully, but these errors were encountered: