This website requires JavaScript.
Explore
Help
Sign In
rwf2
/
Rocket
Watch
1
Star
0
Fork
0
You've already forked Rocket
mirror of
https://github.com/rwf2/Rocket.git
synced
2025-01-10 19:49:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a82508b403
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"
Reference in New Issue
Copy Permalink