You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2016/12/20 22:12:58 UTC

[jira] [Created] (GEODE-2237) Geode product classes should use Log4J2 Logger instead of JUL or LogWriter

Kirk Lund created GEODE-2237:
--------------------------------

             Summary: Geode product classes should use Log4J2 Logger instead of JUL or LogWriter
                 Key: GEODE-2237
                 URL: https://issues.apache.org/jira/browse/GEODE-2237
             Project: Geode
          Issue Type: Bug
          Components: logging
            Reporter: Kirk Lund


I just noticed that AbstractLauncher is using JUL instead of Log4J2:
{noformat}
protected Logger logger = Logger.getLogger(getClass().getName()); // TODO:KIRK: does this need log4j2?
{noformat}
Any other classes that are using a logger or logwriter that isn't from Log4J2 API should be modified to use Log4J2.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)