mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-21 16:12:18 +00:00
Note that the 'log' config accepts "off" in rustdocs.
This commit is contained in:
parent
965c90afc9
commit
036e4b621c
@ -41,8 +41,8 @@
|
|||||||
//! * **keep_alive**: _[integer, 'false', or 'none']_ timeout, in seconds, for
|
//! * **keep_alive**: _[integer, 'false', or 'none']_ timeout, in seconds, for
|
||||||
//! HTTP keep-alive. disabled on 'false' or 'none'
|
//! HTTP keep-alive. disabled on 'false' or 'none'
|
||||||
//! * examples: `5`, `60`, `false`, `"none"`
|
//! * examples: `5`, `60`, `false`, `"none"`
|
||||||
//! * **log**: _[string]_ how much information to log; one of `"normal"`,
|
//! * **log**: _[string]_ how much information to log; one of `"off"`,
|
||||||
//! `"debug"`, or `"critical"`
|
//! `"normal"`, `"debug"`, or `"critical"`
|
||||||
//! * **secret_key**: _[string]_ a 256-bit base64 encoded string (44
|
//! * **secret_key**: _[string]_ a 256-bit base64 encoded string (44
|
||||||
//! characters) to use as the secret key
|
//! characters) to use as the secret key
|
||||||
//! * example: `"8Xui8SN4mI+7egV/9dlfYYLGQJeEx4+DwmSQLwDVXJg="`
|
//! * example: `"8Xui8SN4mI+7egV/9dlfYYLGQJeEx4+DwmSQLwDVXJg="`
|
||||||
|
Loading…
Reference in New Issue
Block a user