Class Jetty5xEmbeddedStandaloneLocalConfiguration

    • Method Detail

      • activateLogging

        protected void activateLogging​(LocalContainer container)
                                throws Exception
        Configure the logging for the Jetty container. For this standalone config, Jetty's internal logging mechanism will be used, iff the user has configured an output file. Otherwise, it is assumed that the user wants to use the JCL discovery mechanism and will therefore be using other means of configuring logging.

        TODO this setup might be done a little late in the startup sequence - some log messages may already have come out on stderr. Turn on the logging for the container.
        Specified by:
        activateLogging in class AbstractJettyEmbeddedStandaloneLocalConfiguration
        Parameters:
        container - the container for which to establish logging
        Throws:
        Exception - on error