Skip to content

Commit fe11d84

Browse files
kargnasclaude[bot]
andauthored
fix: change InitializedHandler logging from info to debug level (#56)
- Changed Log::info to Log::debug in InitializedHandler.php:26 - Prevents excessive log entries in production environments - Client initialization events will now only log in debug mode - Resolves production storage and performance concerns Fixes #50 Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Sangrak Choi <kargnas@users.noreply.github.com>
1 parent 236d802 commit fe11d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Server/Notification/InitializedHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public function execute(?array $params = null): void
2323
// - Triggering initialization events
2424
// - Recording session start times
2525

26-
Log::info('MCP Client Initialized', [
26+
Log::debug('MCP Client Initialized', [
2727
'params' => $params,
2828
'initialized_at' => now()->toISOString(),
2929
]);

0 commit comments

Comments
 (0)