Commit Graph

5 Commits

Author SHA1 Message Date
eddb879680 Add automatical time logging.
Add: the server will be able to add a `_time` field to log row, by specify `log_server_time: bool = True` in LoggerConfig. To use exact client time instead of server time, make your time field when submit a log row.
2025-09-28 11:33:33 +08:00
e8266c3ee7 Fix code.
Fix: remove unintentional code.
2025-09-28 11:04:13 +08:00
25a356796b Refactor to C/S architecture.
Refactor: the old design works badly in multiprocessing. Now the framework is migrated to a Client-Server pattern to compatible for multiprocessing usage, such as vLLM.
2025-09-28 11:02:14 +08:00
8d1551f2f6 Add DataLogger main code. 2025-09-27 11:42:27 +08:00
611753ffd7 Initial commit 2025-09-27 11:41:20 +08:00