Skip to content

Commit a59af64

Browse files
committed
mapping
1 parent 879d4c7 commit a59af64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Logs/LogLevel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ public function toPsrLevel(): string
7474
{
7575
switch ($this->value) {
7676
case 'trace':
77-
return \Psr\Log\LogLevel::NOTICE;
7877
case 'debug':
7978
return \Psr\Log\LogLevel::DEBUG;
8079
case 'warn':
@@ -83,6 +82,7 @@ public function toPsrLevel(): string
8382
return \Psr\Log\LogLevel::ERROR;
8483
case 'fatal':
8584
return \Psr\Log\LogLevel::CRITICAL;
85+
case 'info':
8686
default:
8787
return \Psr\Log\LogLevel::INFO;
8888
}

0 commit comments

Comments
 (0)