This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 246
LogEventLevel Debug for SerilogLogger? #183
Comments
@nblumhardt ? I think you were going to look at having a new home for the Serilog adapter? |
The fix is in this #182 |
👍 - which is heading towards https://github.com/serilog/serilog-framework-logging (though the naming feels questionable). Aiming to have a first cut published in a few days. |
Package with the fixed level mapping is out now (details at the link above). |
Hi, could you also look to the NLogLogger? Debug messages are also missed, suggested PR #188. |
@ORuban can you file a bug for the NLogLogger? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is the case for
LogEventLevel.Debug
missing fromSerilogLogger.ConvertLevel(...)
for some reason? If I try to configure with Debug as the minimum level, I don't get debug messages. If I try to set the minimum level to Debug from the LoggerFactory, I get aNotSupportedException
.The text was updated successfully, but these errors were encountered: