serilog-contrib / serilog-sinks-slack

A simple (yet customizable) Slack logging sink for Serilog
MIT License
41 stars 27 forks source link

Expose MinimumLogEventLevel to configuration extensions #47

Open mallek opened 6 months ago

mallek commented 6 months ago

Fixes #30 by exposing MinimumLogEventLevel in config extensions

mallek commented 6 months ago

Defaulted to Verbose, this is debatable, maybe debug?

TrapperHell commented 6 months ago

Based on Configuration Basics, I'm of the opinion that the default level should be Information.