Browse Source

logs: Enable warn level for all crates in .Hack manifest

Part-of: <https://gitlab.gnome.org/GNOME/fractal/-/merge_requests/1221>
merge-requests/1327/merge
Kévin Commaille 3 years ago committed by Kévin Commaille
parent
commit
93caf82560
  1. 2
      build-aux/org.gnome.Fractal.Hack.json

2
build-aux/org.gnome.Fractal.Hack.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