logmongo

Log messages to a capped MongoDB collection
Download

logmongo Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Public Domain
  • Price:
  • FREE
  • Publisher Name:
  • Russell Ballestrini
  • Publisher web site:
  • https://bitbucket.org/russellballestrini/

logmongo Tags


logmongo Description

logmongo is a tool to log messages to a capped MongoDB collection.Installationeasy_install logmongoWhat does it do?Send complex log records (dicts or **kwargs) to capped MongoDB collections. Capped collections are created automatically. Centralize remote and local logs asynchronously. Write simple queries to search the logs for trends and analytics. A capped collection will not grow beyond its specified max size and will auto expire old records first.How does it work?Example: from logmongo import Logmongo log = Logmongo() log.write( message='No required kwargs or fields!' ) entry = { 'tags':, 'level':'info' } log.write( entry )List of methods: import logmongo help( logmongo )More examples?checkout tests.py insideProduct's homepage


logmongo Related Software