about summary refs log tree commit diff
path: root/tvix/docs
diff options
context:
space:
mode:
authorMarijan Petričević <marijan.petricevic94@gmail.com>2024-10-08T17·42-0500
committerMarijan Petričević <marijan.petricevic94@gmail.com>2024-10-09T14·08+0000
commitae9ff35c32cbcfc865e651c92ddb5ad03158140b (patch)
treed9b53e17195a41032da5174037955202bd92d969 /tvix/docs
parentac4a77d82f701c0cc9e13fd684133ef5405a93e1 (diff)
refactor(tvix/cli/args): remove log-level argument r/8782
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>
Diffstat (limited to 'tvix/docs')
-rw-r--r--tvix/docs/src/TODO.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/tvix/docs/src/TODO.md b/tvix/docs/src/TODO.md
index 9f8feef9e3ac..7ed20758122a 100644
--- a/tvix/docs/src/TODO.md
+++ b/tvix/docs/src/TODO.md
@@ -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