From cb61c130c32f48c917c6a4668bd3fb04b03e6714 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Tue, 27 Jan 2026 18:32:44 -0300 Subject: [PATCH] chore: Remove RUST_LOG export from restart script as it is the internal default --- restart.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/restart.sh b/restart.sh index 52ed606..37c2cb9 100755 --- a/restart.sh +++ b/restart.sh @@ -1,4 +1,3 @@ -export RUST_LOG=info pkill rustc -9 pkill botserver -9 pkill botui -9