Skip to content

Commit 380ca7a

Browse files
committed
emphasize
1 parent 8c7fd16 commit 380ca7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/rocket-logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ We can run the application with `cargo run` and then when visit the web site at
4545
![](images/rocket-logging.png)
4646

4747

48-
But oh, we only see the info, warn, and error messages.
48+
But oh, we only see the info, warn, and error messages. We don't see the **debug** message.
4949

5050

5151
## Configuring the log level
5252

5353

5454
Rocket allows us to [configure](https://rocket.rs/v0.5/guide/configuration/) many things in the `Rocket.toml` file.
5555

56-
So I created it and added an entry to change the default "normal" level to "debug".
56+
So I created it and added an entry to change the default **normal** level to **debug**.
5757

5858
![](examples/rocket/logging/Rocket.toml)
5959

0 commit comments

Comments
 (0)