Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

setting to control websocket connection logs entry #1081

Answered by rajeshtva
rajeshtva asked this question in Q&A
Discussion options

You must be logged in to vote

found it..
this link page in document tells that if APP_DEBUG is set to true, then we can see all incoming & outgoing connection request in console when we run php artisan websockets:serve command, but the websockets:serve command has other options as well.

Description:
  Start the Laravel WebSocket Server

Usage:
  websockets:serve [options]

Options:
      --host[=HOST]      [default: "0.0.0.0"]
      --port[=PORT]      [default: "6001"]
      --debug           Forces the loggers to be enabled and thereby overriding the app.debug config setting
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           D…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rajeshtva
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant