build(nix/flake): adding the RUST_LOG to info

This commit is contained in:
Raphael 2026-02-16 23:48:25 +01:00 committed by Raphaël
parent b31e4aa1bb
commit bb55c7e1d6

View file

@ -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"