Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rickmak/log2slack
- Owner: rickmak
- Created: 2014-06-18T03:08:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-04T09:24:24.000Z (over 10 years ago)
- Last Synced: 2024-12-06T09:47:08.505Z (2 months ago)
- Language: Python
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```