Skip to content

Commit

Permalink
doc: FAQ logging in browser extension (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau authored Nov 11, 2024
1 parent 8c6cbcc commit ef2075c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ef2075c

Please sign in to comment.