Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 2.45 KB

README.md

File metadata and controls

52 lines (39 loc) · 2.45 KB

LogInsight

Program for analyzing log files and detecting anomalies in program operation






DEV VERSION

Installing:

git clone https://github.com/Nighty3098/LogInsight
cd LogInsight
make
sudo ln LogInsight /bin/
LogInsight

Usage

Usage: ./LogInsight [-r] [-f <level>] -i <file>
  -r             Display all changes in real time
  -f <level>     Level filtering (CRITICAL, WARNING, INFO, DEBUG)
  -i <file>      Path to log file
  -h, --help     Show this help