Skip to content

Commit

Permalink
up: log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Player626 committed Feb 23, 2021
1 parent 6fb65b3 commit 7e905ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Resource/Config._php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php

use EasySwoole\Log\LoggerInterface;

return [
'SERVER_NAME' => "EasySwoole",
'MAIN_SERVER' => [
Expand All @@ -20,7 +23,7 @@ return [
],
"LOG" => [
'dir' => null,
'level' => \EasySwoole\Log\LoggerInterface::LOG_LEVEL_DEBUG,
'level' => LoggerInterface::LOG_LEVEL_DEBUG,
'handler' => null
],
'TEMP_DIR' => null
Expand Down

0 comments on commit 7e905ed

Please sign in to comment.