Browse Source

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.
merge-requests/1327/merge
Kévin Commaille 3 years ago
parent
commit
1b3ad15124
No known key found for this signature in database
GPG Key ID: DD507DAE96E8245C
  1. 2
      build-aux/org.gnome.Fractal.Devel.json

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

Loading…
Cancel
Save