mirror of
https://github.com/katanemo/plano.git
synced 2026-05-08 15:22:43 +02:00
reduce number of info statements in pipeline processor (#698)
Co-authored-by: Adil Hafeez <adil.hafeez10@t-mobile.com>
This commit is contained in:
parent
4d53297c17
commit
626f556cc6
1 changed files with 1 additions and 1 deletions
|
|
@ -811,7 +811,7 @@ impl PipelineProcessor {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
info!(
|
debug!(
|
||||||
"Response from HTTP agent {}: {}",
|
"Response from HTTP agent {}: {}",
|
||||||
agent.id,
|
agent.id,
|
||||||
String::from_utf8_lossy(&response_bytes)
|
String::from_utf8_lossy(&response_bytes)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue