Final Project: Log File Analyzer
💡 This is an individual project. You are expected to work independently.
If you get stuck, confused, or have trouble with the project, you should use the #help-prog1 channel in Discord or message an instructor. Try not to spoil the project for others - use Discord spoiler tags if you are going to include a screenshot or code sample.
In this project, you will be working to analyze production log files to produce useful data for management reporting. Some tests have produced a lot of data which they stored in a file with a defined format. It shall be your job to write a program that will parse such a test file and provide a summary of the test outcomes.
Remember...
- Read the instructions
- Plan before you code
- Debug if you aren't getting the desired output
- Attend office hours if you need additional support
- Ask for help in Discord