Add log message for server listening status

This commit is contained in:
Mikhail Yevchenko
2026-05-18 19:42:40 +00:00
parent d0347b0755
commit 94926b74b6
+1
View File
@@ -15,6 +15,7 @@ MODEL_LOAD_LOG_MSG = [
"Application startup complete.", "Application startup complete.",
"llama runner started in", "llama runner started in",
"Server listening on", "Server listening on",
"msg=\"Listening on",
] ]
MODEL_ERROR_LOG_MSGS = [ MODEL_ERROR_LOG_MSGS = [