JavaMoney / jsr354-ri

JSR 354 - Moneta: Reference Implementation
Other
334 stars 100 forks source link

Unnecessary logging on INFO level #392

Closed tymoteuszsielach-all closed 1 year ago

tymoteuszsielach-all commented 1 year ago

Library produces log message: "Using default formatter for toString()" every time toString() or parse() is called. Could you switch it to DEBUG ?

saw303 commented 1 year ago

I guess that is covered with https://github.com/JavaMoney/jsr354-ri/issues/361

keilw commented 1 year ago

Yes, this looks redundant and was already fixed.