From 9d81d7fa0652ec3e76d2cf85df202a00772eca0d Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 28 Dec 2023 12:46:25 -0600 Subject: [PATCH] Add note about rust_log to release document --- releases/0.5.0.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/releases/0.5.0.md b/releases/0.5.0.md index 80d95fd..500e923 100644 --- a/releases/0.5.0.md +++ b/releases/0.5.0.md @@ -23,6 +23,7 @@ TODO: quick message about 0.5 release ### Other Features +- [RUST_LOG Support](#rust_log-support) - [Quality Configuration](#quality-configuration) - [Read-Only Mode](#read-only-mode) - [Danger-Dummy Mode](#danger-dummy-mode) @@ -356,6 +357,14 @@ pict-rs --log-spans ``` +### RUST_LOG Support + +pict-rs 0.5's log levels can now be configured with RUST_LOG. This only affects stdout logging and +not exporting via opentelemetry. This value overrides the `[tracing.logging] targets = ""` value +from the pict-rs.toml file, but it does not override the `PICTRS__TRACING__LOGGING__TARGETS` +environment variable. + + ### Quality Configuration pict-rs 0.5 now supports configuring the quality and compression of transcoded media. New