ZIm/crates/zlog
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
..
src zlog: Support configuring log levels with env var (#28544) 2025-04-10 22:00:44 +00:00
Cargo.toml zlog: Support configuring log levels with env var (#28544) 2025-04-10 22:00:44 +00:00
LICENSE-GPL zlog: Init (#27273) 2025-03-21 20:08:03 +00:00