mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 14:46:46 +02:00
@@ -49,10 +49,6 @@ class NullHandler extends Handler
|
||||
*/
|
||||
public function handle(array $record): bool
|
||||
{
|
||||
if ($record['level'] < $this->level) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
return $record['level'] >= $this->level;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user