Hi! Cool library, found it while thinking about starting something similar!
I want to suggest the addition of a SlackLogFilter that would let one do something like:
logger.info(':tada: Something awesome happened', extra={'notify_slack': True})
We use logging for all sort of things in a Django app, and we only want a very small amount of things to notify us in Slack, it's doable using the extra keyword argument, we can later filter them.
Opening this to see whether you'd be open to such a change? If so I'm happy to send a pull request.
Hi! Cool library, found it while thinking about starting something similar!
I want to suggest the addition of a
SlackLogFilterthat would let one do something like:We use logging for all sort of things in a Django app, and we only want a very small amount of things to notify us in Slack, it's doable using the
extrakeyword argument, we can later filter them.Opening this to see whether you'd be open to such a change? If so I'm happy to send a pull request.