Deprioritise misc responses
All checks were successful
Basic Cargo Checks / docker-check (push) Successful in 1m12s
Basic Cargo Checks / docker-build (push) Successful in 4m58s

There's a lot of these, and most are shutdown or bootup logs. Will still
log, but won't show in the default mode
This commit is contained in:
Blizzard Finnegan 2023-06-19 10:31:26 -04:00
parent 8fb05a3010
commit 7b28751871
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E

View file

@ -178,7 +178,7 @@ impl TTY{
}
}
}
log::warn!("Unable to determine response. Response string is: [{:?}]",read_line);
log::trace!("Unable to determine response. Response string is: [{:?}]",read_line);
return Response::Other;
}
else {