Follow the Cookie Crumbs

Another effect of troubleshooting method is called Follow the cookie crumbs. What purpose does this serve besides making me want to devour a cookie? Well, this method requires you to go back when the problem first started, and work forward from there. You'd be surprised how much information you can learn from asking, when did this problem start?


. The user can give you information about what they remember, but the systems you work with can also offer insightful information. Remember that logs are like your systems diary. They keep information about dates, and events that happened on the system. You can dig through logs at the exact time that a failure happens, and you may find some defining events that could have caused your issue. Error messages are super helpful indicators that can point you in the right direction. Lots of times a single air will be lost in a sea of errors. It's best to start from the very first air, which may be causing a cascade of errors. By fixing the root error, you'll correct all the other ones in the process. Some errors don't require extra digging, like a four or four not found error. You might see on websites that have been moved or deleted or permission denied error when accessing a protected file. Let's take a look at this log. I see an error message here at the bottom. Do you think it makes sense to try, and figure out this error message, and resolve it? You might find yourself spending all day trying to fix these little holes. Let's backtrack up the log of it instead. Oh look. We can see where an error first occurred. Let's try to fix this. Now our system isn't yelling at us anymore.
(Required)
en


Revision #2
Created 29 May 2023 14:36:36 by naruzkurai
Updated 29 May 2023 16:41:21 by naruzkurai