about summary refs log tree commit diff
path: root/tvix/docs/src/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/docs/src/TODO.md')
-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