mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
lower log level for docker deser fallback message (#1672)
This commit is contained in:
@@ -200,7 +200,7 @@ impl DockerProcedure {
|
|||||||
match format.from_slice(buffer.as_bytes()) {
|
match format.from_slice(buffer.as_bytes()) {
|
||||||
Ok(a) => a,
|
Ok(a) => a,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
tracing::warn!(
|
tracing::trace!(
|
||||||
"Failed to deserialize stdout from {}: {}, falling back to UTF-8 string.",
|
"Failed to deserialize stdout from {}: {}, falling back to UTF-8 string.",
|
||||||
format,
|
format,
|
||||||
e
|
e
|
||||||
@@ -341,7 +341,7 @@ impl DockerProcedure {
|
|||||||
match format.from_slice(buffer.as_bytes()) {
|
match format.from_slice(buffer.as_bytes()) {
|
||||||
Ok(a) => a,
|
Ok(a) => a,
|
||||||
Err(e) => {
|
Err(e) => {
|
||||||
tracing::warn!(
|
tracing::trace!(
|
||||||
"Failed to deserialize stdout from {}: {}, falling back to UTF-8 string.",
|
"Failed to deserialize stdout from {}: {}, falling back to UTF-8 string.",
|
||||||
format,
|
format,
|
||||||
e
|
e
|
||||||
|
|||||||
Reference in New Issue
Block a user