#214 log level cleanup

This commit is contained in:
Mikayla
2023-04-19 13:30:17 +00:00
parent fee54db43e
commit 2371a75130
10 changed files with 22 additions and 18 deletions

View File

@@ -410,7 +410,7 @@ function coordinator.new_session(id, in_queue, out_queue, timeout, facility)
_send(SCADA_CRDN_TYPE.FAC_BUILDS, { facility.get_build(cmd.val.type == RTU_UNIT_TYPE.IMATRIX) })
end
else
log.warning(log_header .. "unsupported data command received in in_queue (this is a bug)")
log.error(log_header .. "unsupported data command received in in_queue (this is a bug)", true)
end
end
end