log4mongo-java icon indicating copy to clipboard operation
log4mongo-java copied to clipboard

log4j appender to MongoDB database

Results 3 log4mongo-java issues
Sort by recently updated
recently updated
newest added

adding new appender to save pattern layout timestamp in the mongodb as a Date type. Before it was getting saved as a string.

I use log4mongo to record log in mongo,when mongo has not password ,it works correctly,but when i config this words: log4j.appender.MongoDB.userName=Kneebrace#wr@mongo log4j.appender.MongoDB.password=kb#wr@mongo Tomcat doesn't start up,log like this: No such...

I've made small change for MDC variables storing in database. This is really useful for context-aware logging.