Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ovotech/slack-logback-appender
Simple logback appender for pushing to a given Slack channel
https://github.com/ovotech/slack-logback-appender
Last synced: 12 days ago
JSON representation
Simple logback appender for pushing to a given Slack channel
- Host: GitHub
- URL: https://github.com/ovotech/slack-logback-appender
- Owner: ovotech
- License: epl-1.0
- Created: 2017-11-16T14:35:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T14:13:24.000Z (almost 7 years ago)
- Last Synced: 2024-04-24T13:45:33.234Z (8 months ago)
- Language: Clojure
- Size: 7.81 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack-logback-appender
A simple logback appender for pushing messages to slack.
E.g.
```xml
%date{ISO8601} [%thread] %-5level %logger{36} - %msg%n
${SLACK_LOG_LEVEL:-INFO}
#my-channel
my-username
https://hooks.slack.com/my/slack/webhook
:rain_cloud:
@channel
```