Hello, there are lots of logging message, e.g. 13:33:31,925 INFO [org.va

Hello,

there are lots of logging message, e.g.

13:33:31,925 INFO [org.vaadin.miki.superfields.numbers.AbstractSuperNumberField]
(default task-13) value 0 to be presented as 0 with 0 decimal digits

How Do I configure this?

Many greetings,
Thomas

From what I see it uses SLF4J. Please see https://stackoverflow.com/questions/14544991/how-to-configure-slf4j-simple for links on how to configure it with the particular logger implementation you are using.

Thanks, Ronny, for answering! :)

Thomas, as Ronny pointed out, SuperFields uses SLF4J, so any rules related to configuring it should work.

But I agree that some of those log messages are too detailed and should not be by default logged. Plus, the docs could explain how to configure logging. So I made a ticket https://github.com/vaadin-miki/super-fields/issues/292 and I will have it done by the next release - I hope this makes the add-on more user-friendly. :)