mirror of https://github.com/rwf2/Rocket.git
Update CHANGELOG for logging change.
This commit is contained in:
parent
5a632a4d27
commit
f34bb42e4a
|
@ -234,6 +234,7 @@ In addition to new features, Rocket saw the following improvements:
|
||||||
* The `workers` config parameter now defaults to `num_cpus * 2`.
|
* The `workers` config parameter now defaults to `num_cpus * 2`.
|
||||||
* Console logging for table-based config values is improved.
|
* Console logging for table-based config values is improved.
|
||||||
* `PartialOrd`, `Ord`, and `Hash` are now implemented for [`State`].
|
* `PartialOrd`, `Ord`, and `Hash` are now implemented for [`State`].
|
||||||
|
* The format of a request is always logged when available.
|
||||||
|
|
||||||
[`yansi`]: https://crates.io/crates/yansi
|
[`yansi`]: https://crates.io/crates/yansi
|
||||||
[`Request`]: https://api.rocket.rs/rocket/struct.Request.html
|
[`Request`]: https://api.rocket.rs/rocket/struct.Request.html
|
||||||
|
|
Loading…
Reference in New Issue