Fix recommended RUST_LOG level for debugging
This commit is contained in:
parent
193d46f959
commit
fbb2e4382e
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ Reports on any problems are appreciated, look for an existing or open a new issu
|
||||||
|
|
||||||
Please include a verbose log from you terminal by running with `RUST_BACKTRACE=1` and `RUST_LOG=trace` environment variables set, such as
|
Please include a verbose log from you terminal by running with `RUST_BACKTRACE=1` and `RUST_LOG=trace` environment variables set, such as
|
||||||
|
|
||||||
$ RUST_BACKTRACE=1 RUST_LOG=trace multibg-sway ~/my_wallpapers
|
$ RUST_BACKTRACE=1 RUST_LOG=info,multibg_sway=trace multibg-sway ~/my_wallpapers
|
||||||
|
|
||||||
## Alternatives
|
## Alternatives
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue