refactor(tvix/cli/args): remove log-level argument

RUST_LOG allows for a more granular tracing configuration

Change-Id: Iea29fc2b154345eb7479dfd8bbea6abfd4716341
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12585
Tested-by: BuildkiteCI
Reviewed-by: flokli <flokli@flokli.de>
This commit is contained in:
Marijan Petričević 2024-10-08 12:42:33 -05:00
parent ac4a77d82f
commit ae9ff35c32
3 changed files with 0 additions and 12 deletions

View file

@ -262,9 +262,6 @@ This requires some more designing. Some goals:
- Some work ongoing on the worker operation parsing (griff, picnoir)
### O11Y
- Maybe drop `--log-level` entirely, and only use `RUST_LOG` env exclusively?
`debug`,`trace` level across all crates is a bit useless, and `RUST_LOG` can
be much more granular…
- Trace propagation for object_store once they support a way to register a
middleware, so we can use that to register a tracing middleware.
https://github.com/apache/arrow-rs/issues/5990