Drop in solution for logging to DB

Posted by Jake on Server Fault See other posts from Server Fault or by Jake
Published on 2012-11-01T02:42:33Z Indexed on 2012/11/01 5:04 UTC
Read the original article Hit count: 463

Filed under:
|

I'm considering setting up our servers to log to a Mongo Database rather than log files. Logs will then be all on one server, queryable, and overall easier to manage.

I'd love to find a solution that will allow all the different processes I have running to write to DB rather than files (or perhaps something to read the files, pass the logs on and truncate the files). I don't want to have to find a different solution for every process if I can avoid it.

So, does anyone know of an existing solution to this problem?

© Server Fault or respective owner

Related posts about logging

Related posts about mongodb