mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic http: log at debug level for unrecognized keys in request parse
"downloaded" and "uploaded" occur all the time since they are part of the specification
This commit is contained in:
parent
bc5cd90371
commit
6f955235ea
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ impl Request {
|
|||
opt_key = Some(::urlencoding::decode(value)?.into());
|
||||
},
|
||||
k => {
|
||||
::log::info!("ignored unrecognized key: {}", k)
|
||||
::log::debug!("ignored unrecognized key: {}", k)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue