doc: FAQ logging in browser extension (#105)

This commit is contained in:
Hendrik Eeckhaut
2024-11-11 14:55:19 +07:00
committed by GitHub
parent 8c6cbcc954
commit ef2075ccbe

View File

@@ -80,6 +80,8 @@ To get deeper insights into what TLSNotary is doing, you can enable extra loggin
RUST_LOG=trace,yamux=info,uid_mux=info cargo run --release
```
In the Browser Extension you change the logging level via **Options > Advanced > Logging Level**
### How do I troubleshoot connection issues? { #faq11 }
If a TLSNotary request fails, first ensure that the request works independently of TLSNotary by testing it with tools like `curl`, Postman, or another HTTP client. This helps rule out any server or network issues unrelated to TLSNotary.