Hi all,
Has anyone been able to get this to work in PCF yet? I’ve downloaded the war files and uploaded them into cloud foundry as is and am experiencing runtime issues. Here is the first issue related to logging…
[ERR] SLF4J: Class path contains multiple SLF4J bindings.
[ERR] SLF4J: Found binding in [jar:file:/home/vcap/app/WEB-INF/lib/log4j-slf4j-impl-2.10.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[ERR] SLF4J: Found binding in [jar:file:/home/vcap/app/WEB-INF/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
[ERR] SLF4J: See SLF4J Error Codes for an explanation.
[ERR] SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]
<<
I was under the impression as 6.3 is targeting Spring Boot this should work natively within PCF. Is this not the case?
Thanks,
-Rory