A website that accepts a log file and then looks for certain job ids and patterns to spit out a refined log
- Upload your file
- Type in the JobID your looking for(if you have one)
- Type in any patterns your looking for
- Run and download the processed log files!
Upon cloning the repository, go to backend
and run python manage.py runserver
then go to frontend
and run npm run dev
. In frontend
change any link that contains backend-log-processor.vercel.app
with localhost:5173