File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ class StartCommand extends Command implements SignalableCommandInterface
2424 {--max-requests=500 : The number of requests to process before reloading the server}
2525 {--rr-config= : The path to the RoadRunner .rr.yaml file}
2626 {--watch : Automatically reload the server when the application is modified}
27- {--poll : Use file system polling while watching in order to watch files over a network} ' ;
27+ {--poll : Use file system polling while watching in order to watch files over a network}
28+ {--log-level= : Log messages at or above the specified log level} ' ;
2829
2930 /**
3031 * The command's description.
@@ -84,6 +85,7 @@ protected function startRoadRunnerServer()
8485 '--rr-config ' => $ this ->option ('rr-config ' ),
8586 '--watch ' => $ this ->option ('watch ' ),
8687 '--poll ' => $ this ->option ('poll ' ),
88+ '--log-level ' => $ this ->option ('log-level ' ),
8789 ]);
8890 }
8991
You can’t perform that action at this time.
0 commit comments