You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juneau.apache.org by "James Bognar (JIRA)" <ji...@apache.org> on 2019/05/03 18:51:00 UTC

[jira] [Created] (JUNEAU-109) BasicRestLogger should take in servlet class so that logging can be based on that class.

James Bognar created JUNEAU-109:
-----------------------------------

             Summary: BasicRestLogger should take in servlet class so that logging can be based on that class.
                 Key: JUNEAU-109
                 URL: https://issues.apache.org/jira/browse/JUNEAU-109
             Project: Juneau
          Issue Type: Improvement
          Components: Code
    Affects Versions: 8.0.0
            Reporter: James Bognar


Also, provide documentation on hooking into Log4j...

-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager



<dependency>
    <groupId>org.apache.logging.log4j</groupId>
    <artifactId>log4j-jul</artifactId>
</dependency>



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)