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

If no custom I18NProvider is configured the log is polluted by INFO messages. #3676

Closed
paulroemer opened this issue Mar 9, 2018 · 0 comments
Assignees
Milestone

Comments

@paulroemer
Copy link
Contributor

For example:

qtp925385170-53 2018-03-09 08:07:40 INFO [c.v.f.s.SpringInstantiator] - The number of beans implementing 'I18NProvider' is 0. Cannot use Spring beans for I18N, falling back to the default behavior

logged in https://github.com/vaadin/flow/blob/master/flow-spring-addon/src/main/java/com/vaadin/flow/spring/SpringInstantiator.java#L67

Besides that this is a good information I have the feeling this information should be logged only once. For applications that do not need internationalization it is rather annoying.

We adjust the logger for now.

@ZheSun88 ZheSun88 self-assigned this Mar 15, 2018
@caalador caalador added this to the 1.0.0.beta4 milestone Mar 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants