since 1.3 cakephp now logs even if debug is 0 which is great but my debug.log is flooded with millions of notices that should not even be logged is there some bug that the @ (suppress) is overriden?
example: 2010-01-04 15:22:34 Notice: Notice (8): ob_flush() [<a href='ref.outcontrol'>ref.outcontrol</a>]: failed to flush buffer. No buffer to flush. in [.../app/views/media.php, line 235] the code inside "media.php" (class MediaView extends View): ... @ob_flush(); ... this notice lets my log file grow several MB every day i like to keep the notices on - they are great in finding some errors in the code which is already up and running this is the reason i'd prefer not to deactive notices thx Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
