Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Zend_Log_Filter_Abstract expects event to be array
`Zend_Log_Filter_Abstract`, `Zend_Log_Writer_Abstract` and related classes expect an event to be an array. This was causing the priority filter to not be applied correctly as `$event['priority']` was always null. Adds array accessors to `FireGento_Logger_Model_Event`
- Loading branch information