mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
Add note about rust_log to release document
This commit is contained in:
parent
5cd2c46e79
commit
9d81d7fa06
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue