mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-10 07:07:57 -05:00
feat: add logging to server fixture (#903)
This commit is contained in:
@@ -13,7 +13,7 @@ Before starting the notarization, set up the local test server and local notary.
|
||||
|
||||
1. Run the test server:
|
||||
```shell
|
||||
PORT=4000 cargo run --bin tlsn-server-fixture
|
||||
RUST_LOG=info PORT=4000 cargo run --bin tlsn-server-fixture
|
||||
```
|
||||
2. Run the notary server:
|
||||
```shell
|
||||
|
||||
@@ -4,7 +4,7 @@ This example demonstrates how to use TLSNotary in a simple interactive session b
|
||||
|
||||
This example fetches data from a local test server. To start this server, run:
|
||||
```shell
|
||||
PORT=4000 cargo run --bin tlsn-server-fixture
|
||||
RUST_LOG=info PORT=4000 cargo run --bin tlsn-server-fixture
|
||||
```
|
||||
Next, run the interactive example with:
|
||||
```shell
|
||||
|
||||
Reference in New Issue
Block a user