You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
0 commit comments