Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sip3io/logback-webhook-appender
Logback Webhook Appender
https://github.com/sip3io/logback-webhook-appender
kotlin logback-appender
Last synced: about 1 month ago
JSON representation
Logback Webhook Appender
- Host: GitHub
- URL: https://github.com/sip3io/logback-webhook-appender
- Owner: sip3io
- License: apache-2.0
- Created: 2020-04-09T19:53:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T08:17:03.000Z (about 1 year ago)
- Last Synced: 2023-10-26T09:29:19.623Z (about 1 year ago)
- Topics: kotlin, logback-appender
- Language: Kotlin
- Homepage:
- Size: 97.7 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Logback Webhook Appender
This project aims to monitor application logs and send `WARNING` and `ERROR` logging events to configured webhook.
Appender configuration is very generic what makes it possible to use almost unlimited amount of notification channels.
More sophisticated integrations might be done using 3rd party services like Zappier.## 1. Usage Example
To add `logback-webhook-appender` to your project you will need to specify an alrenative maven repository in `pom.xml`
as it's shown below:```
...
sip3-releases-ce
SIP3 Releases CE
https://maven.sip3.io/releases-ce
...
```After that just add `logback-webhook-appender` to the project's dependencies and configure `logback.xml`. You can find
detailed usage example
in [this](https://dev.to/sip3/how-to-monitor-remote-jvm-applications-with-logback-webhook-appender-2oc5) blog post.## 2. Support
If you have a question about this project, just leave us a message in our
community [Slack](https://join.slack.com/t/sip3-community/shared_invite/enQtOTIyMjg3NDI0MjU3LWUwYzhlOTFhODYxMTEwNjllYjZjNzc1M2NmM2EyNDM0ZjJmNTVkOTg1MGQ3YmFmNWU5NjlhOGI3MWU1MzUwMjE)
and [Telegram](https://t.me/sip3io), or send us an [email](mailto:[email protected]). We will be happy to help you.