Skip to content

fix(logging): downgrade registration log from info to debug#44

Merged
marevol merged 1 commit into
mainfrom
fix/reduce-registration-log-level
Mar 26, 2026
Merged

fix(logging): downgrade registration log from info to debug#44
marevol merged 1 commit into
mainfrom
fix/reduce-registration-log-level

Conversation

@marevol
Copy link
Copy Markdown
Contributor

@marevol marevol commented Mar 26, 2026

Summary

Reduces log noise by changing the regex pattern registration success message from INFO to DEBUG level in PlaywrightClientCreator.

Changes Made

  • Changed logger.isInfoEnabled()logger.isDebugEnabled() and logger.info()logger.debug() in PlaywrightClientCreator.java
  • The registration success message is an internal detail that doesn't need to appear in production INFO logs

Testing

  • Existing tests cover the registration logic; log level change doesn't affect functionality

Breaking Changes

  • None

Additional Notes

  • The message will still be visible when DEBUG logging is enabled

Reduce noise in production logs by changing the regex pattern
registration success message from INFO to DEBUG level.
@marevol marevol merged commit a433cfd into main Mar 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant