Skip to content

sip3io/logback-webhook-appender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.