Skip to content

redlus/python_log_aggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Python Log Aggregator

A framework for aggregating similar log files using a subclass of logging.Handler. A unique metadata string is constructed from each log record, and its message, variables and timestamp are kept in a cache. A timer (default = 300 secs) flushes the cache into self.agg_log, which in this demo displays aggregations on the screen using logging.StreamHandler.

About

Similar logs aggregator for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages