LogView Project README
📁 Project Structure
📂 LogView
.
├── AuthView.py
├── KernelView.py
├── LICENSE
├── MongodbView.py
├── NginxErrorView.py
├── NginxView.py
├── README.md
├── README_CN.md
├── README_KR.md
├── SysLogView.py
├── 📂doc
│ ├── AuthView.md
│ ├── AuthView_CN.md
│ ├── AuthView_KR.md
│ ├── KernelView.md
│ ├── KernelView_CN.md
│ ├── KernelView_KR.md
│ ├── MongodbView.md
│ ├── MongodbView_CN.md
│ ├── MongodbView_KR.md
│ ├── NginxErrorView.md
│ ├── NginxErrorView_CN.md
│ ├── NginxErrorView_KR.md
│ ├── NginxView.md
│ ├── NginxView_CN.md
│ ├── NginxView_KR.md
│ ├── SysLogView.md
│ ├── SysLogView_CN.md
│ └── SysLogView_KR.md
├── 📂example_log
│ ├── auth.log
│ ├── kern.log
│ ├── mongod.log
│ ├── 📂nginx
│ │ ├── access.log
│ │ └── error.log
│ └── syslog
├── generate_logs.py
├── test_output.py
└── 📂video
└── demo.webm
5 directories, 37 files
This project handles and analyzes various types of logs to understand system status and troubleshoot issues. Each module provides detailed information about specific types of logs to help diagnose and resolve problems.
Demonstration Video
doc
Take a quick look at the documents in the doc folder to see what each file does! Note: If you want to use these tools, please modify the paths to actual paths, as the current paths are example log paths.