You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
CHANGELOG
2
2
=========
3
3
4
+
7.3
5
+
---
6
+
7
+
* Add`$handleSilent` constructor argument to`ConsoleHandler` to force the bubbling of message when output verbosity is set to`OutputInterface::VERBOSITY_SILENT`
$this->assertSame($isHandling,$handler->isHandling(RecordFactory::create($level)),'->isHandling returns correct value depending on console verbosity and log level');
117
+
118
+
// check that the handler actually outputs the record if it handles it at verbosity above SILENT