It will analyze your log files.
- Upload Log Files: Easily upload log files for analysis.
- Analyze Log Files: Parse the log file to count the number of INFO, WARNING, and ERROR messages.
- Display Results: View the analysis results in a clear and organized manner.
- User-Friendly Interface: Simple and intuitive interface built with Tkinter.:
git clone https://github.com/yourusername/log-file-analyzer.git
cd log-file-analyzer
- Run application
python Log_file_analyzer.py
- Upload a log
- View the results
2023-06-01 12:00:00 INFO Starting the application
2023-06-01 12:00:01 WARNING Disk space is running low
2023-06-01 12:00:02 ERROR Failed to connect to the database
2023-06-01 12:00:03 INFO User login successful
2023-06-01 12:00:04 INFO Processing request
2023-06-01 12:00:05 WARNING High memory usage detected
2023-06-01 12:00:06 INFO Completed request processing
2023-06-01 12:00:07 ERROR Unable to save data to disk
2023-06-01 12:00:08 INFO Shutting down the application
Contributions are welcome! If you have any ideas or suggestions to improve the app, feel free to open an issue or submit a pull request.
This repository is licensed under MIT License