Skip to content

Commit 0886af4

Browse files
authored
Update log level to use Monolog\Level::Debug (#135)
1 parent 76855b2 commit 0886af4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/autoload/logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'class' => StreamHandler::class,
2020
'constructor' => [
2121
'stream' => BASE_PATH . '/runtime/logs/hyperf.log',
22-
'level' => Logger::DEBUG,
22+
'level' => Monolog\Level::Debug,
2323
],
2424
],
2525
'formatter' => [

0 commit comments

Comments
 (0)