docs: Update notary server documentation

This commit is contained in:
yuroitaki
2025-03-05 20:15:11 +08:00
committed by GitHub
parent 5cbafe17f5
commit ca9d364fc9
2 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ The default logging strategy of this server is set to `DEBUG` verbosity level fo
`notary_server=DEBUG,tlsn_verifier=DEBUG,mpc_tls=DEBUG,tls_client_async=DEBUG`
In the config [file](./config/config.yaml), one can toggle the verbosity level for these crates using the `level` field under `logging`.
In the config [file](./config/config.yaml), one can toggle the verbosity level for these crates using the `level` field under `logging`. Alternatively, use the CLI argument `--log-level` (see [this](#configuration)).
One can also provide a custom filtering logic by adding a `filter` field under `logging` in the config file above, and use a value that follows the tracing crate's [filter directive syntax](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#example-syntax).
@@ -154,7 +154,7 @@ TLS between the prover and the notary is currently manually handled in this serv
- This server is run locally
- TLS is to be handled by an external environment, e.g. reverse proxy, cloud setup
The toggle to turn on/off TLS is in the config (`tls` field).
The toggle to turn on/off TLS is in the config (`tls` field). Alternatively, use the CLI argument `--tls-enabled` (see [this](#configuration)).
### Design Choices
#### Web Framework

View File

@@ -206,7 +206,7 @@ components:
description: Hex bytes representing the signed-by-intel quote
type: string
mrsigner:
description: The key bound to the enclave, which is ephemeral and not used
description: Represents the public key of the enclave signer
type: string
mrenclave:
description: The enclave image hash, including gramine and the notary server itself