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 d8112ed commit d511d14Copy full SHA for d511d14
src/Commands/StartRoadRunnerCommand.php
@@ -85,7 +85,7 @@ public function handle(ServerProcessInspector $inspector, ServerStateFile $serve
85
'-o', 'http.static.dir='.base_path('public'),
86
'-o', 'http.middleware='.config('octane.roadrunner.http_middleware', 'static'),
87
'-o', 'logs.mode=production',
88
- '-o', app()->environment('local') ? 'logs.level=debug' : 'logs.level=warning',
+ '-o', app()->environment('local') ? 'logs.level=debug' : 'logs.level=warn',
89
'-o', 'logs.output=stdout',
90
'-o', 'logs.encoding=json',
91
'serve',
0 commit comments