feat: add config for logos chat client (#163)

* feat: add config for logos chat client

* chore: fix mock registry log message

* chore: set custom fields in logos config
This commit is contained in:
kaichao
2026-07-04 11:59:44 +08:00
committed by GitHub
parent c09459c0a0
commit b6fe452ea7
5 changed files with 82 additions and 40 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class Handler(BaseHTTPRequestHandler):
self._drain()
self._reply(404)
def log_message(self, *args):
def log_message(self, format, *args):
pass