2 days ago we switched in our office from PHP 5.2.x to 5.3.x and it caused some problems at first, but we managed to fix 'em pretty fast.
Since lots of bugfixes were done by looking at error logs, something popped up in my mind.
Well, there are all these PHP Notices
about undefined variables and other, as I consider, not urgent, messages. I did reconfigure one of my recent projects, to stop showing these notices, but then there is a question... Is it considered good practice, to not log notices and only look for real errors? And why?
I'm kind of confused at the moment, because we have more than enough running sites at the moment, and I have no idea — should I leave those sites alone, or should I reconfigure them to log only really bad stuff.