ZIm/crates/zlog_settings/src
Ben Kunkle 66dd6726df
zlog: Support configuring log levels with env var (#28544)
Reimplemented logic from `env_logger` to parse log configuration from
environment variables.

Had to re-implement instead of using `env_filter` crate that
`env_logger` uses, as it does not export the information required to
integrate it.


Release Notes:

- N/A *or* Added/Fixed/Improved ...
2025-04-10 22:00:44 +00:00
..
zlog_settings.rs zlog: Support configuring log levels with env var (#28544) 2025-04-10 22:00:44 +00:00