### Symfony version(s) affected 6.1 ### Description I need to get warning level monolog messages through monolog bridge. At the moment it is not possible. https://github.com/symfony/monolog-bridge/blob/6.1/Handler/NotifierHandler.php#L39 ### How to reproduce Code in here: https://github.com/symfony/monolog-bridge/blob/6.1/Handler/NotifierHandler.php#L39 Should be obvious why those messages won't get through. ### Possible Solution https://github.com/sakarikl/monolog-bridge/commit/a1090e15d3785d353a07307fb0a05c573fa08acf ### Additional Context _No response_