lower log level for docker deser fallback message (#1672)

This commit is contained in:
Aiden McClelland
2022-07-21 12:13:46 -06:00
committed by GitHub
parent e29003539b
commit ea2d77f536

View File

@@ -200,7 +200,7 @@ impl DockerProcedure {
match format.from_slice(buffer.as_bytes()) {
Ok(a) => a,
Err(e) => {
tracing::warn!(
tracing::trace!(
"Failed to deserialize stdout from {}: {}, falling back to UTF-8 string.",
format,
e
@@ -341,7 +341,7 @@ impl DockerProcedure {
match format.from_slice(buffer.as_bytes()) {
Ok(a) => a,
Err(e) => {
tracing::warn!(
tracing::trace!(
"Failed to deserialize stdout from {}: {}, falling back to UTF-8 string.",
format,
e