We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c94ee57 commit 10dd106Copy full SHA for 10dd106
src/Log.php
@@ -48,7 +48,7 @@ private static function log(
48
string $message,
49
array $context = []
50
):void {
51
- foreach(LogConfig::getHandlersWithMinimumLogLevel($level) as $handler) {
+ foreach(LogConfig::getHandlers($level) as $handler) {
52
$handler->handle($level, $message, $context);
53
}
54
0 commit comments