From d65e6df3ab8ef70bfc2de63a12acba23f9b97ed7 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 16 May 2024 21:41:47 +0200 Subject: feat(tvix/build): drop json logging This has already been dropped for tvix-store, drop it here as well. Change-Id: Ib3aa37bbe9fd4c498b5ba1213f7d922d0c64ffc7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11677 Autosubmit: flokli Reviewed-by: Connor Brewster Tested-by: BuildkiteCI --- tvix/Cargo.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'tvix/Cargo.nix') diff --git a/tvix/Cargo.nix b/tvix/Cargo.nix index 088bd6fdfcbf..51c7c401770f 100644 --- a/tvix/Cargo.nix +++ b/tvix/Cargo.nix @@ -12772,7 +12772,6 @@ rec { { name = "tracing-subscriber"; packageId = "tracing-subscriber"; - features = [ "json" ]; } { name = "tvix-castore"; -- cgit 1.4.1