Problem scenario
You have a website that is not working. You tried using Fiddler on the front-end. You want to examine the logs on the backend to find the problem. What should you do?
Possible Solution #1
Use a case insensitive grep for “error” or “violation”. Search also for patterns such as “40” and “50” in separate searches.
To get help finding the logs,
…
Continue reading “How Do You Search the Logs of a Website that Is Not Functioning Properly?”