Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This module integrates Drupal with the Spector log aggregation system (http://github.com/theduke/spector).
It will regularily push the new log entries logged in dblog to your Spector server.

If you have the Mongo PHP extension installed on your Webserver it can be used.

Otherwise you will have to set up Sleepy Mongoose (a REST server for MongoDB) on your Spector server and the module will push the log entries via the REST api.
Please notice that for now you will have to use my fork of Mongoose until my pull request is accepted.
Find it here: http://github.com/theduke/sleepy.mongoose.

Project information