Reputation: 4506
I have a web service implemented by Node.js. Currently I'm using log4js to write the log to the file.
I want to use the MongoDB for log centralization. There is no mongodb appender in the log4js. I googled somewhere. Unfortunately, I didn't find the corresponding mongodb appender. Is there any log package which supports mongodb?
Thanks,
Jeffrey
== UPDATE ==
I find https://github.com/baryon/tracer supports to log to MongoDB. Besides it, anyone else?
Upvotes: 0
Views: 718