giuseppe_axia
Bronze II
2 months agoHelp with "Log Analysis: Web Log Analysis"
Hello,
in lab "Log Analysis: Web Log Analysis", I got stuck at the question
"How many errors were logged in total?"
First, it is not clear if it is referring to the access.log's or the error.log's.
Yet, I counted all lines in the access.log's where the status code is not 200 and the answer is wrong.
I counted all "error" in the error.log's, yet incorrect.
What am I doing wrong here?
👋 giuseppe_axia - I agree with you that this question wasn't particularly clear which logs was being referred to! This question is asking you to see how many log entiries have been added to all of the error log files, so I've updated the question to make this a little clearer. Hopefully with this change, you can answer the question 😁