We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76855b2 commit 0886af4Copy full SHA for 0886af4
1 file changed
config/autoload/logger.php
@@ -19,7 +19,7 @@
19
'class' => StreamHandler::class,
20
'constructor' => [
21
'stream' => BASE_PATH . '/runtime/logs/hyperf.log',
22
- 'level' => Logger::DEBUG,
+ 'level' => Monolog\Level::Debug,
23
],
24
25
'formatter' => [
0 commit comments