Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4.x: CORS support helper change log level. #9846

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

tomas-langer
Copy link
Member

Description

Info log level is only for a very limited number of messages that must be agreed on in advance.

Configuration of CORS is not such a type of message. It may be printed multiple times if used directly by the user, and in general this does not seem to be a relevant information that MUST be printed on each startup.

I have switched the level to DEBUG, which is the next level.

This can always be easily enabled by changing the log level of this logger to verify the configuration when/if needed.

@tomas-langer tomas-langer added cors Related to CORS support 4.x Version 4.x labels Feb 26, 2025
@tomas-langer tomas-langer added this to the 4.2.0 milestone Feb 26, 2025
@tomas-langer tomas-langer self-assigned this Feb 26, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Feb 26, 2025
@tomas-langer tomas-langer changed the title Change log level. 4.x: CORS support helper change log level. Feb 26, 2025
@tomas-langer tomas-langer merged commit f3dd4f3 into helidon-io:main Feb 27, 2025
62 checks passed
@tomas-langer tomas-langer deleted the cors-log-level branch February 27, 2025 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x cors Related to CORS support OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants