Details
-
Bug
-
Resolution: Fixed
-
None
-
None
-
None
-
Operating System: Mac OS X 10.0
Platform: Macintosh
-
normal
-
P2
-
3
Description
Just had a change to Geronimo to include the Apache Directory server, including slf4j-simple-1.0-
beta4.jar (from a Maven repo). During the startup sequence, it emits the following to standard output:
SLF4J built for org.slf4j.impl.SimpleLoggerFA
We need to eliminate that as we rely on a clean startup sequence. We're not using SLF4J directly, only
inheriting it from the Directory code, so we don't really have a way to tweak the SLF4J objects during the
startup.