MCPcopy Create free account
hub / github.com/PromtEngineer/localGPT / log_message

Method log_message

backend/server.py:1078–1080  ·  view source on GitHub ↗

Custom log format

(self, format, *args)

Source from the content-addressed store, hash-verified

1076 print(f"❌ Error sending response: {e}")
1077
1078 def log_message(self, format, *args):
1079 """Custom log format"""
1080 print(f"[{self.date_time_string()}] {format % args}")
1081
1082def main():
1083 """Main function to initialize and start the server"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected