Skip to content
SJ edited this page Jul 7, 2013 · 2 revisions

Welcome to the logval wiki!

I created this as an internal tool at work for developers to validate their log files against a known set of logging guidelines. The log messages are in a pre-defined format and are transactional i.e they have a beginning and an end. The validator is a Python script and uses a lot of Pythonic way of doing things - classes, queues, known libraries etc.

Clone this wiki locally