Details
Description
Because of using a bitwise OR operator between the selected log level and the logger level mask, Zend_Log logs all levels, ignoring the level mask.
Because of using a bitwise OR operator between the selected log level and the logger level mask, Zend_Log logs all levels, ignoring the level mask.
bitwise OR changed to AND