Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rickmak/log2slack

Simple python logger for posting log to slack.com
https://github.com/rickmak/log2slack

Last synced: about 2 months ago
JSON representation

Simple python logger for posting log to slack.com

Awesome Lists containing this project

README

        

Example for Configuration file.

Reference: https://docs.python.org/3/library/logging.config.html#configuration-file-format

```
[handler_slack]
class = log2slack.SlackHandler
args = ('domain.slack.com', 'slack_token', '#channel', 'display_name')
level = ERROR
formatter = generic
```