Skip to content

Commit

Permalink
fix crate name
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Nov 19, 2024
1 parent 7adefc3 commit 978443d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ async fn main() -> Result<(), http::Error> {
}
```

Rwf uses the `log` crate for logging. `Logger::init()` automatically configures it for your app using `tracing-subscriber`, but if you prefer, you can configure logging yourself
Rwf uses the `tracing` crate for logging. `Logger::init()` automatically configures it for your app using `tracing-subscriber`, but if you prefer, you can configure logging yourself
using the crate of your choosing.

Launching the server can be done with Cargo:
Expand Down

0 comments on commit 978443d

Please sign in to comment.