From bb55c7e1d6542a9975a7ef6f8abf4e98c6f970ea Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 16 Feb 2026 23:48:25 +0100 Subject: [PATCH] build(nix/flake): adding the RUST_LOG to info --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 8086caa..05158ae 100644 --- a/flake.nix +++ b/flake.nix @@ -69,7 +69,7 @@ shellHook = '' export RUST_BACKTRACE=1; - export RUST_LOG="debug"; + export RUST_LOG="info"; export PATH="$CARGO_HOME/bin:$PATH"; if command -v brew &> /dev/null; then export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH"