You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
Applications are improperly printing messages to the log, causing overload in certain situations. There is no need for a println since the log is already being managed by slf4j.
Modifications:
Remove println from buildAsync method
Result:
No improper messages are displayed in the log, and there is no more overload.
Co-authored-by: Danilo Rodrigues <[email protected]>
0 commit comments