about summary refs log tree commit diff
path: root/tvix/Cargo.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-02-14T01·56+0700
committerclbot <clbot@tvl.fyi>2024-02-17T08·06+0000
commitd29330466726ae7263598fd8051894e18745461b (patch)
tree790c2387b8f54413fcddf3d36d38e197564d84a5 /tvix/Cargo.nix
parent87bda3ae7aaf459cd30672164587a3fe246d209a (diff)
feat(tvix/cli): set up tracing[-subscriber] r/7543
No otlp yet, this simply gives us structured log output and a cli
argument for the log level.

Change-Id: Ifaa60bae419640e92baebb6ee59eedd775c769c2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10853
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'tvix/Cargo.nix')
-rw-r--r--tvix/Cargo.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix
index 4e6c037d0f..3e74c4776e 100644
--- a/tvix/Cargo.nix
+++ b/tvix/Cargo.nix
@@ -10381,6 +10381,11 @@ rec {
             packageId = "tracing";
           }
           {
+            name = "tracing-subscriber";
+            packageId = "tracing-subscriber";
+            features = [ "json" ];
+          }
+          {
             name = "tvix-build";
             packageId = "tvix-build";
           }