This commit is contained in:
2026-05-20 23:54:53 +03:00
parent a43886106e
commit 68740cd9ed
167 changed files with 10620 additions and 29041 deletions

View File

@@ -2,9 +2,9 @@
# @BRIEF WebSocket log handler module providing LogEntry DTO and WebSocketLogHandler for buffered log streaming.
# @RELATION DEPENDS_ON -> [LogEntry]
# @RELATION COMPOSES -> [CotJsonFormatter]
import logging
from collections import deque
from datetime import datetime
import logging
from typing import Any
from pydantic import BaseModel, Field