mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-26 11:52:59 +01:00
LSlog : fix handler default logger filtering
This commit is contained in:
parent
5dedbc7d08
commit
6abf194807
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ class LSlog {
|
||||||
if (!$handler -> checkLevel($level))
|
if (!$handler -> checkLevel($level))
|
||||||
continue;
|
continue;
|
||||||
// Check handler logger filters
|
// Check handler logger filters
|
||||||
if ($logger && !$handler -> checkLogger($logger))
|
if (!$handler -> checkLogger($logger))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
// Logging on this handler
|
// Logging on this handler
|
||||||
|
|
Loading…
Reference in a new issue