Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change log4j12 to reload4j (openseedbox/openseedbox#84)
reload4j is a drop-in replacement for log4j 1.2.17 The binary compatibility issue [0] between earlier versions of reload4j and slf4j-log4j12 has been fixed. Although it is recommended that you use slf4j-reload4j as the preferred adapter for the slf4j/reload4j combination, with reload4j version 1.2.21 and later you can freely mix any version of slf4j-log4j12, if you have to. From Docker: SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/src/openseedbox-server/lib/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/play/framework/lib/slf4j-log4j12-1.7.22.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.Reload4jLoggerFactory] [0]: qos-ch/reload4j#41
- Loading branch information