From 542ecf6bc884c5ba3391f5e130505f2abcc41685 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 4 Dec 2023 09:10:48 -0500 Subject: [PATCH] chore: add RUST_LOG to .env.example Signed-off-by: seth --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index bfffe34..9b080a1 100644 --- a/.env.example +++ b/.env.example @@ -1,2 +1,3 @@ DISCORD_TOKEN= SAY_LOGS_CHANNEL= +RUST_LOG=refraction=info,warn,error