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
it works till spring boot 3.0.4, since LogbackLoggingSystem class expects url to end with "xml"
But, with versions above 3.0.4, this has changed and expects logging url to end with ".xml"
The problem is that the issue could have been found easily, if it would have printed in logs. But with consul config, nothing prints in logs when this error occurs. Please document this in spring boot 3.0.4+ changes