From 2576f4c48af525a0c0e022f2fb0577a2b2679003 Mon Sep 17 00:00:00 2001 From: mat ess Date: Fri, 3 Mar 2023 00:48:42 -0500 Subject: [PATCH] Enable warnings --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 8fba18a..5ade6e6 100644 --- a/fly.toml +++ b/fly.toml @@ -7,7 +7,7 @@ processes = [] [env] BUSCEMI_DATA = "/brain/buscemi.ron" - RUST_LOG = "buscemi=debug" + RUST_LOG = "warn,buscemi=debug" [experimental] auto_rollback = true