Reduce log level for orig-proto-downgrade (#138)
Using a downgrade stack is not sufficiently important to log at the INFO level. Log it at DEBUG.
This commit is contained in:
parent
2ab7ce2e67
commit
663eab43dc
|
@ -167,7 +167,7 @@ pub mod orig_proto_downgrade {
|
|||
type Error = M::Error;
|
||||
|
||||
fn make(&self, target: &Source) -> Result<Self::Value, Self::Error> {
|
||||
info!("downgrading requests; source={:?}", target);
|
||||
debug!("downgrading requests; source={:?}", target);
|
||||
self
|
||||
.inner
|
||||
.make(&target)
|
||||
|
|
Loading…
Reference in New Issue