Skip to content

Commit a71e8c1

Browse files
committed
docs: Tweak the suggested debug filters for RUST_LOG based off new desktop default
1 parent eaab481 commit a71e8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Ruffle is a young project, and there is still much Flash functionality that is u
6868

6969
## Debugging ActionScript Content
7070

71-
To enable debug logging, set `RUST_LOG=warn,ruffle_core=debug,avm_trace=trace` and run Ruffle from the command line.
71+
To enable debug logging, set `RUST_LOG=warn,ruffle=info,ruffle_core=debug,avm_trace=info` and run Ruffle from the command line.
7272
This will also enable printing `trace()` statements.
7373

7474
Additionally, if you build Ruffle with `--features avm_debug` then you will activate a few more built-in debugging utilities inside Ruffle, listed below.

0 commit comments

Comments
 (0)