Log analyzer

System requirements:

  • python 3.6

Run

python3 log_analyzer.py

With custom config:

python3 log_analyzer.py --config=/path/to/conf

The config must be json format.

Tests

python -m unittest tests/log_analyzer.py