Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.77 KB

README.md

File metadata and controls

47 lines (39 loc) · 1.77 KB

Log-File-Analyzer

It will analyze your log files.

MIT License GitHub Release Forks Stars

Features

  • 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.:

To clone the repo:

git clone https://github.com/yourusername/log-file-analyzer.git
cd log-file-analyzer

How to use?

  1. Run application
    python Log_file_analyzer.py
  2. Upload a log
  3. View the results

Example log:

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

Contributing

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.

License

This repository is licensed under MIT License