From 85c17b76cb1c48112dfb78fb89691faa0b743fe3 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Thu, 12 Sep 2024 13:04:28 -0400 Subject: [PATCH] Add RUST_LOG --- docs/oxidicom/deployment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/oxidicom/deployment.md b/docs/oxidicom/deployment.md index c00faea..25a0a7c 100644 --- a/docs/oxidicom/deployment.md +++ b/docs/oxidicom/deployment.md @@ -26,6 +26,7 @@ The other variables are either for optional features or performance tuning. | `TOKIO_WORKER_THREADS` | Number of threads to use for the async runtime | | `OTEL_EXPORTER_OTLP_ENDPOINT` | OpenTelemetry Collector gRPC endpoint | | `OTEL_RESOURCE_ATTRIBUTES` | Resource attributes, e.g. `service.name=oxidicom-test` | +| `RUST_LOG` | Logging verbosity, set `oxidicom=info` to turn on verbose messages. | [humantime]: https://docs.rs/humantime/2.1.0/humantime/fn.parse_duration.html [Performance Tuning]: #performance-tuning