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.
This commit is contained in:
Kévin Commaille 2023-03-14 21:00:23 +01:00
parent 6dcfeb0e32
commit 1b3ad15124
No known key found for this signature in database
GPG key ID: DD507DAE96E8245C

View file

@ -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"
],