Skip to content

Commit e94943c

Browse files
partoufclaude
andcommitted
Remove verbose healthcheck logging
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4e09428 commit e94943c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/compiler-explorer-router.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ export class CompilerExplorerRouter {
128128
}
129129

130130
private handleHealthCheck(_req: Request, res: Response): void {
131-
logger.info('Received healthcheck request');
132131
const isConnected = this.wsManager.isConnected();
133132
const hasExhaustedRetries = this.wsManager.hasExhaustedReconnectAttempts();
134133
const reconnectAttempts = this.wsManager.getReconnectAttempts();

0 commit comments

Comments
 (0)