Skip to main content

handler for MongoDB database for python logging

Project description

log4mongo-python

log4mongo-python is handler for MongoDB database for python logging log4mongo-python is using pymongo driver - http://github.com/mongodb/mongo-python-driver

Requirements

  • python

  • pymongo

  • MongoDB

  • tested against python 2.6.6, MongoDB 1.6.3, pymongo 1.9

Configuration

Example handler python configuration:

import logging
import log4mongo.handlers.MongoHandler

logger = logging.getLogger('test')
logger.addHandler(MongoHandler(host='localhost'))
logger.warning('test')

Author

char0n (Vladimir Gorej) <gorej@mortality.sk>

References

[1] http://www.mongodb.org/ [2] http://docs.python.org/library/logging.html [3] http://github.com/mongodb/mongo-python-driver

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

log4mongo-1.0rc1.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page