release/2024-11-01 - Remove Trace Log Level

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-10-28 12:24:40 -07:00
parent 785449a986
commit 79ed6f2388
9 changed files with 35 additions and 29 deletions

View File

@@ -40,6 +40,8 @@ export function DmsLogEvents({ socket, logs, bodyshop }) {
function LogLevelHierarchy(level) {
switch (level) {
case "SILLY":
return "pink";
case "DEBUG":
return "orange";
case "INFO":