Skip to content

Commit 527b3db

Browse files
remove request logging for health api
1 parent f79e689 commit 527b3db

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/controllers/health_controller.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222

2323

2424
class _HealthHandler(BaseHTTPRequestHandler):
25+
def log_message(self, format: str, *args: Any) -> None:
26+
pass
27+
2528
def do_GET(self) -> None:
2629
if self.path != "/health":
2730
self.send_response(404)

0 commit comments

Comments
 (0)