I have a simple Java/Spring program using a standard log4j.properties file to control logging, which is working fine. When we added Grizzly via:
GrizzlyHttpServerFactory.createHttpServer(uri, resourceConfig)
things work (i.e. the server in fact serves...but I get no log output.
I have an explicit entry in log4j.properties for "org.glassfish.grizzly".
I've gone so far as to debug into Grizzly's ExtendedLogger class and can see that its getting close to logging but then doesn't.