|
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 |
Replies: 1 comment
|
found it.. if |
found it..
this link page in document tells that if
APP_DEBUGis set totrue, then we can see all incoming & outgoing connection request in console when we runphp artisan websockets:servecommand, but thewebsockets:servecommand has other options as well.