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
Being based on Spring Framework, Spring Batch follows the same choice as SF in regards to the logging framework for consistency. Here are some issues that explain why SF is still using commons-logging:
At the moment you are using commons-logging and that one does not support features like embedding placeholders like this:
SLF4J supports this, and is also implementation agnostic. Please consider switching to SLF4J
The text was updated successfully, but these errors were encountered: