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')
References
[1] http://www.mongodb.org/ [2] http://docs.python.org/library/logging.html [3] http://github.com/mongodb/mongo-python-driver
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file log4mongo-1.0rc1.tar.gz.
File metadata
- Download URL: log4mongo-1.0rc1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b30803d19940eb839e636e96c378caf4893d03522e16d14f7004d28d3dd9442f
|
|
| MD5 |
c846d7593e1950e7e2a8097f687b6bcc
|
|
| BLAKE2b-256 |
a681fce9a7e4451205892143504901bb99818120bc79ebc9fb399fa04d3e0beb
|