LogGobbler; Getting your logs in one place.
LogGobbler is pretty simple pseudo REST logging service. It’s built on top of merb/datamapper and includes a client for logging activity. LogGobbler allows you to avoid disk I/O and store all of your logs in groups (or application groups) on a remote server.
LogGobbler is pretty quick, it uses merbs ‘run_later’ to just acknowledge [...]