ZIm/crates/zed/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
..
zed Add --user-data-dir CLI flag and propose renaming support_dir to data_dir (#26886) 2025-04-10 21:16:43 +00:00
logger.rs logging: Add runtime log replace upon max size limit (#25768) 2025-02-28 12:23:30 +05:30
main.rs zlog: Support configuring log levels with env var (#28544) 2025-04-10 22:00:44 +00:00
reliability.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
zed.rs install_cli: Show feedback when installing CLI from welcome screen (#28532) 2025-04-11 01:47:40 +05:30