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:
Joakim Frostegård 2020-08-12 04:38:47 +02:00
parent bc5cd90371
commit 6f955235ea

View file

@ -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)
}
}