write logs for inference and loader to file

This commit is contained in:
Alex Bezdieniezhnykh
2025-06-14 16:08:32 +03:00
parent 8aa2f563a4
commit 6f297c4ebf
30 changed files with 218 additions and 140 deletions
+2 -1
View File
@@ -14,4 +14,5 @@ cdef str MODELS_FOLDER
cdef int SMALL_SIZE_KB
cdef log(str log_message, bytes client_id=*)
cdef log(str log_message)
cdef logerror(str error)