All Projects → sip3io → logback-webhook-appender

sip3io / logback-webhook-appender

Licence: Apache-2.0 license
Logback Webhook Appender

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to logback-webhook-appender

Logstash Logback Encoder
Logback JSON encoder and appenders
Stars: ✭ 1,987 (+13146.67%)
Mutual labels:  logback-appender
jlib-awslambda-logback
jlib AWS Lambda SLF4J/Logback Appender
Stars: ✭ 16 (+6.67%)
Mutual labels:  logback-appender
slack-webhook-appender
Logback appender which posts logs to slack via incoming webhook.
Stars: ✭ 16 (+6.67%)
Mutual labels:  logback-appender
logback-gelf-appender
Logback appender that sends GELF messages
Stars: ✭ 38 (+153.33%)
Mutual labels:  logback-appender

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:

    <repositories>
        ...
        <repository>
            <id>sip3-releases-ce</id>
            <name>SIP3 Releases CE</name>
            <url>https://maven.sip3.io/releases-ce</url>
        </repository>
        ...
    </repositories>

After that just add logback-webhook-appender to the project's dependencies and configure logback.xml. You can find detailed usage example in this blog post.

2. Support

If you have a question about this project, just leave us a message in our community Slack and Telegram, or send us an email. We will be happy to help you.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].