Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > System > Logging

    logmongo 0.0.3

    Download button

    No screenshots available
    Downloads: 109  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Russell Ballestrini | More programs
    Public Domain / FREE
    July 15th, 2012, 22:58 GMT
    ROOT / System / Logging

     Read user reviews (0)  Refer to a friend  Subscribe

    logmongo description

    Log messages to a capped MongoDB collection

    logmongo is a tool to log messages to a capped MongoDB collection.

    Installation

    easy_install logmongo

    What 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':['but','we','like','tags'],
       'level':'info'
     }
     log.write( entry )


    List of methods:

     import logmongo
     help( logmongo )


    More examples?

    checkout tests.py inside


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    log messages | MongoDB collection | MongoDB | messages | logging

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM