Skip to content

Commit 8535abe

Browse files
committed
fixup! fix(logger): add back lost params for logger methods
1 parent 901b302 commit 8535abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/private/Log/PsrLoggerAdapter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ public static function logLevelToInt(string $level): int {
3232
LogLevel::ALERT,
3333
LogLevel::ERROR,
3434
LogLevel::CRITICAL => ILogger::ERROR,
35-
LogLevel::INFO,
3635
LogLevel::WARNING => ILogger::WARN,
36+
LogLevel::INFO,
3737
LogLevel::NOTICE => ILogger::INFO,
3838
LogLevel::DEBUG => ILogger::DEBUG,
3939
default => throw new InvalidArgumentException('Unsupported custom log level'),

0 commit comments

Comments
 (0)