We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15abd2 commit dbe481bCopy full SHA for dbe481b
src/Commands/StartSwooleCommand.php
@@ -113,6 +113,7 @@ protected function defaultServerOptions(SwooleExtension $extension)
113
'enable_coroutine' => false,
114
'daemonize' => false,
115
'log_file' => storage_path('logs/swoole_http.log'),
116
+ 'log_level' => app()->environment('local') ? 1 : 5,
117
'max_request' => $this->option('max-requests'),
118
'package_max_length' => 20 * 1024 * 1024,
119
'reactor_num' => $this->workerCount($extension),
0 commit comments