I didn't suggest to log more. Printing trace was suggested for one-off debugging of issues like when you said you needed to modify code to find out the issue.
From our experience, I'd suggest to strive to have as little errors as possible (not notices, but real errors). Then, you won't have problems to find a specific reported error.
From our experience, I'd suggest to strive to have as little errors as possible (not notices, but real errors). Then, you won't have problems to find a specific reported error.
Comment