serilog-contrib / serilog-sinks-slack

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

Expose QueueLimit configuration option #36

Closed BrightSoul closed 2 years ago

BrightSoul commented 2 years ago

I'm fine with Slack receiveing at most one error every half an hour and I don't want all the other errors to buildup in the queue and consume application memory.

Please expose the QueueLimit property from the PeriodicBatchingSinkOptions in your SlackSinkOptions.

Thanks!