Change log to warn

This commit is contained in:
Owen
2026-08-21 14:03:36 -04:00
parent d5ea0ecbc1
commit 4229ef9173
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ const processMessage = async (
}
}
} catch (error) {
logger.error("Message handling error:", error);
logger.warn("Message handling error:", error);
// ws.send(JSON.stringify({
// type: "error",
// data: {
+1 -1
View File
@@ -388,7 +388,7 @@ const setupConnection = async (
}
}
} catch (error) {
logger.error("Message handling error:", error);
logger.warn("Message handling error:", error);
ws.send(
JSON.stringify({
type: "error",