You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: branches/dist-snap/doc/tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1670,7 +1670,7 @@ do spawn {
1670
1670
~~~~
1671
1671
1672
1672
If you want to see the output of `debug!` statements, you will need to turn on `debug!` logging.
1673
-
To enable `debug!` logging, set the RUST_LOG environment variable to the name of your crate, which, for a file named `foo.rs`, will be `foo`(e.g., with bash, `export RUST_LOG=foo`).
1673
+
To enable `debug!` logging, set the RUST_LOG environment variable to `debug`(e.g., with bash, `export RUST_LOG=debug`)
0 commit comments