This website requires JavaScript.
Explore
Help
Sign In
rwf2
/
Rocket
mirror of
https://github.com/rwf2/Rocket.git
Watch
1
Star
0
Fork
You've already forked Rocket
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2dba18d6f2
Rocket
/
examples
/
cookies
/
Rocket.toml
4 lines
97 B
TOML
Raw
Normal View
History
Unescape
Escape
Log guard failures, potential misuses. This commit includes changes that improve how and what Rocket logs automatically. Rocket now logs: * All guard errors, indicating the failing guard kind and type. * A warning when a 'TempFile' is used as a data guard for a request that specifies a 'form' Content-Type. * Only the top/sub of a request's format. This commit makes the following breaking changes: * '<T as FromData>::Error' must implement 'Debug'. Furthermore, this commit restores the previous behavior of always logging launch info. It further restores the unspecified behavior of modifying logging state only when the set logger is Rocket's logger.
2021-04-24 02:13:30 +00:00
[
default
]
Rename 'session_key' config parameter to 'secret_key'. Resolves #220.
2017-03-30 20:44:51 +00:00
secret_key
=
"itlYmFR2vYKrOmFhupMIn/hyB6lYCCTXz4yaQX89XVg="
Log guard failures, potential misuses. This commit includes changes that improve how and what Rocket logs automatically. Rocket now logs: * All guard errors, indicating the failing guard kind and type. * A warning when a 'TempFile' is used as a data guard for a request that specifies a 'form' Content-Type. * Only the top/sub of a request's format. This commit makes the following breaking changes: * '<T as FromData>::Error' must implement 'Debug'. Furthermore, this commit restores the previous behavior of always logging launch info. It further restores the unspecified behavior of modifying logging state only when the set logger is Rocket's logger.
2021-04-24 02:13:30 +00:00
template_dir
=
"templates"