LOGBack appender for NATS Topic
LOGBack appender for NATS topics
How to build
$ mvn install
How to use
Add a LOGBack appender and configure the topic where to push the log events.
<configuration>
<appender name="nats" class="com.gerritforge.logback.nats.NatsTopicAppender">
<url>nats://nats.mycompany.com:4222</url>
<topic>mylogs</topic>
</appender>
<root level="INFO">
<appender-ref ref="nats"/>
</root>
</configuration>
How to contribute
Please read carefully the Project Contribution Guidelines