Note that the 'log' config accepts "off" in rustdocs.

This commit is contained in:
Sergio Benitez 2018-07-07 18:29:59 -07:00
parent 965c90afc9
commit 036e4b621c

View File

@ -41,8 +41,8 @@
//! * **keep_alive**: _[integer, 'false', or 'none']_ timeout, in seconds, for
//! HTTP keep-alive. disabled on 'false' or 'none'
//! * examples: `5`, `60`, `false`, `"none"`
//! * **log**: _[string]_ how much information to log; one of `"normal"`,
//! `"debug"`, or `"critical"`
//! * **log**: _[string]_ how much information to log; one of `"off"`,
//! `"normal"`, `"debug"`, or `"critical"`
//! * **secret_key**: _[string]_ a 256-bit base64 encoded string (44
//! characters) to use as the secret key
//! * example: `"8Xui8SN4mI+7egV/9dlfYYLGQJeEx4+DwmSQLwDVXJg="`