Deprioritise misc responses
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:
parent
8fb05a3010
commit
7b28751871
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue