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:
parent
6dcfeb0e32
commit
1b3ad15124
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue