serilog-contrib / serilog-sinks-slack

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

Makes Attachments Optional, Other Config Options #7

Closed alanedwardes closed 7 years ago

alanedwardes commented 7 years ago

This ended up being more of a refactor than I planned, but I made the following changes:

The attachments toggling was the main thing I wanted to add, the messages were too big on Slack - I could fit 5 log messages on my screen at once.

mgibas commented 7 years ago

Will take a look at this tomorrow, though quick question: is it compatible with previous version ? Thanks 👍

alanedwardes commented 7 years ago

Thanks. It is yeah, existing overload is still there, it calls the new extension method which accepts the options object.

mgibas commented 7 years ago

All looks good for me - please just update README.md with some example.

phnx47 commented 7 years ago

I merged it and added example.