You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "Jenna Lau-Caruso (Jira)" <ji...@apache.org> on 2020/03/11 13:01:00 UTC

[jira] [Created] (JUNEAU-201) JettyMicroserviceBuilder logConfig method is a NO-OP

Jenna Lau-Caruso created JUNEAU-201:
---------------------------------------

             Summary: JettyMicroserviceBuilder logConfig method is a NO-OP
                 Key: JUNEAU-201
                 URL: https://issues.apache.org/jira/browse/JUNEAU-201
             Project: Juneau
          Issue Type: Bug
          Components: Code
    Affects Versions: 8.1.3
            Reporter: Jenna Lau-Caruso


The logConfig method in JettyMicroserviceBuilder is non-functional, it fails to call the parent method.

@Override /* MicroserviceBuilder */@Override /* MicroserviceBuilder */

public JettyMicroserviceBuilder logConfig(LogConfig logConfig) {

return this;

}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)