-
Notifications
You must be signed in to change notification settings - Fork 857
LogEventLevel enum is missing level Off #2212
Copy link
Copy link
Closed
Description
Switch Off was introduced in nblumhardt@9b92c29 to resolve #1684
However LogEventLevel was not updated to introduce this level.
This causes bug serilog/serilog-settings-configuration#461 in serilog-settings-configuration, where log level Off can not be read from configuration (appsettings.json for example). Bug is caused by this line, which parses log level into LogEventLevel enum.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels