Deploying DBAppender to Log In to Insert Logs into CouchDB

I need to be able to implement DBAppender for logging to record event logs in CouchDB using Java. For a regular relational database, this is done by expanding DBAppenderBase. Does anyone know how to do this in CouchDB with Java? Thank you

+4
source share
1 answer

You can take a look at Deploying the Logback Appender for MongoDB on GitHub.

0
source

Source: https://habr.com/ru/post/1438051/


All Articles