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
I think for java developers it may not be as disturbing to see spring logs at the beginning but from what it appears developers of other languages maybe intimidated by this.
Ways to solve:
log4j / logback log level for spring to ERROR only
I will try to suppress the Logback log messages first, as changing the framework might require a lot of work. In the past, we were able to suppress these INFO logs, but they reappeared after the framework upgrade. Let's look into it again.
I think for java developers it may not be as disturbing to see spring logs at the beginning but from what it appears developers of other languages maybe intimidated by this.
Ways to solve:
The text was updated successfully, but these errors were encountered: