Small Python project that parses web server access logs.
Contents
LogParser.py- main script to parse logs.access.log,access234.log,access4567.log.log- example large log files (stored with Git LFS).
Notes
- Large log files are tracked with Git LFS. Make sure you have Git LFS installed before cloning or fetching the repository so the log files download correctly.
Quick start
-
Install Git LFS (Windows):
-
Download and install from https://git-lfs.github.com/
-
Then run:
git lfs install
-
-
Clone the repo (Git LFS will pull large files automatically):
git clone https://github.com/Riddhima-sh/LogAnalyzer.git
-
Run the parser (requires Python 3.x):
python LogParser.py
If you prefer to keep large logs out of your working directory while still stored on GitHub, consider removing or moving the access*.log files locally — they remain available in the repository via LFS.
License
This repository currently has no license. Add one if you plan to share it publicly.