Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logs won't show #10

Open
ghostravenstorm opened this issue Feb 25, 2021 · 7 comments
Open

Logs won't show #10

ghostravenstorm opened this issue Feb 25, 2021 · 7 comments

Comments

@ghostravenstorm
Copy link

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
Copy link
Author

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

@ghostravenstorm
Copy link
Author

Seriously.
What am I doign wrong?
image

@ghostravenstorm
Copy link
Author

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

@nhoehner
Copy link

nhoehner commented May 7, 2021

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

$env:DEBUG='dss*'

@alxfigueiredo
Copy link

Thank you guys that helped me much !

@FelixWeichselgartner
Copy link

would be nice to include this in README

@Siwwc
Copy link

Siwwc commented Aug 14, 2022

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

$env:DEBUG='dss*'

Thanks too much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants