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