node-dss icon indicating copy to clipboard operation
node-dss copied to clipboard

Logs won't show

Open ghostravenstorm opened this issue 3 years ago • 7 comments

Following the instructions in setting the env variable, I was unable to get logs to show. I'm follow the Unity tutorial for Microsoft MixedReality WebRTC, and I need to see the logs to get the remote peer id.

image

ghostravenstorm avatar Feb 25 '21 21:02 ghostravenstorm

Tried set DEBUG=*dss and set DEBUG=dss* also.

ghostravenstorm avatar Feb 25 '21 21:02 ghostravenstorm

Seriously. What am I doign wrong? image

ghostravenstorm avatar Mar 29 '21 18:03 ghostravenstorm

So apparently you must export DEBUG=dss* first using a bash shell. Then set, and it works. Don't know why that is or what the Windows powershell equivalent is. image

ghostravenstorm avatar Mar 29 '21 19:03 ghostravenstorm

Thanks, that saved a bit of time. For anyone interested in the "powershell way":

$env:DEBUG='dss*'

nhoehner avatar May 07 '21 08:05 nhoehner

Thank you guys that helped me much !

alxfigueiredo avatar May 31 '21 20:05 alxfigueiredo

would be nice to include this in README

FelixWeichselgartner avatar Sep 27 '21 08:09 FelixWeichselgartner

Thanks, that saved a bit of time. For anyone interested in the "powershell way":

$env:DEBUG='dss*'

Thanks too much

Siwwc avatar Aug 14 '22 20:08 Siwwc