Updated FAQ (markdown)

RustDesk
2023-02-21 11:32:27 +08:00
parent 1bbc97bf80
commit d6db0316d0

2
FAQ.md

@@ -115,7 +115,9 @@ https://github.com/techahold/rustdeskinstall/issues/30
# Connection log on server side.
https://github.com/rustdesk/rustdesk-server/blob/4d6d439b1ad797f8f8741a42672fa46c1503672e/src/rendezvous_server.rs#L608
You need to enable it via env `RUST_LOG=debug`, e.g.
```
RUST_LOG=debug ./hbbs ....
```