From 1b3ad15124317a3ef25de38f08e62817adee4910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 14 Mar 2023 21:00:23 +0100 Subject: [PATCH] flatpak: Enable warn log level for all crates With most of the logic moving to the SDK, we can miss several things that went wrong. --- build-aux/org.gnome.Fractal.Devel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/org.gnome.Fractal.Devel.json b/build-aux/org.gnome.Fractal.Devel.json index cf84886b..57febb5d 100644 --- a/build-aux/org.gnome.Fractal.Devel.json +++ b/build-aux/org.gnome.Fractal.Devel.json @@ -15,7 +15,7 @@ "--share=network", "--share=ipc", "--device=dri", - "--env=RUST_LOG=fractal=debug", + "--env=RUST_LOG=fractal=debug,warn", "--env=G_MESSAGES_DEBUG=none", "--env=RUST_BACKTRACE=1" ],