I have a simple Java / Spring program using the standard log4j.properties file for logging control, which works fine. When we added Grizzly through:
GrizzlyHttpServerFactory.createHttpServer (uri, resourceConfig)
everything works (i.e. the server actually serves ... but I don't get the log output.
I have an explicit entry in log4j.properties for "org.glassfish.grizzly".
I got to debugging in the Grizzly ExtendedLogger class and see that it is approaching logging, but then does not.
source share