MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / log_message

Method log_message

deployments/desktop/server.py:590–594  ·  view source on GitHub ↗
(self, fmt: str, *args: Any)

Source from the content-addressed store, hash-verified

588 self._handle_api(POST_ROUTES, body)
589
590 def log_message(self, fmt: str, *args: Any) -> None:
591 path, _query_params = _query(self.path)
592 if path == "/api/daily/status":
593 return
594 sys.stdout.write("[gui] " + fmt % args + "\n")
595
596
597def run_server(host: str = "127.0.0.1", port: int = 8765, open_browser: bool = True) -> None:

Callers

nothing calls this directly

Calls 1

_queryFunction · 0.85

Tested by

no test coverage detected