Describe the bug
We're going through the logs and adding any that are missing, as mentioned in this issue: #213
Next, we want to separate the logs by level—info and error. That way, if something breaks, we can just look at the error logs without having to go through all the info logs. It keeps things cleaner and makes it easier to spot real problems.
Describe the bug
We're going through the logs and adding any that are missing, as mentioned in this issue: #213
Next, we want to separate the logs by level—info and error. That way, if something breaks, we can just look at the error logs without having to go through all the info logs. It keeps things cleaner and makes it easier to spot real problems.