-
is there any setting which controls whether websocket connections logs will be logged or not. which i might have accidently turned off, due to which i am not getting any logs printed in console or
my environment
this is supervisor config which is running
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
found it..
if |
Beta Was this translation helpful? Give feedback.
found it..
this link page in document tells that if
APP_DEBUG
is set totrue
, then we can see all incoming & outgoing connection request in console when we runphp artisan websockets:serve
command, but thewebsockets:serve
command has other options as well.