Documentation updates for alpha.13 (#31)

This commit is contained in:
Hendrik Eeckhaut
2025-10-16 09:47:29 +02:00
committed by GitHub
parent f6a56b8597
commit 2f1d6eac80
7 changed files with 35 additions and 24 deletions

View File

@@ -136,8 +136,6 @@ RUST_LOG=trace,yamux=info,uid_mux=info cargo run --release
In the browser extension, you can change the logging level via **Options > Advanced > Logging Level**.
For the notary server, please refer to [this](https://github.com/tlsnotary/tlsn/blob/main/crates/notary/server/README.md#logging) on how to change the logging level.
### How do I troubleshoot connection issues?
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.