You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Vikram Srivastava (JIRA)" <ji...@apache.org> on 2014/02/14 23:43:20 UTC

[jira] [Created] (ACCUMULO-2373) Daemons should be able to log if log4j.properties specifies sufficient logging

Vikram Srivastava created ACCUMULO-2373:
-------------------------------------------

             Summary: Daemons should be able to log if log4j.properties specifies sufficient logging
                 Key: ACCUMULO-2373
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2373
             Project: Accumulo
          Issue Type: Bug
    Affects Versions: 1.5.1
            Reporter: Vikram Srivastava


Before this commit:
commit 0351d0d416df51f0b10d91acdc074dced36e40d4
Author: Josh Elser <el...@apache.org>
Date:   Mon Feb 10 23:28:31 2014 -0500

    ACCUMULO-2334 Remove ACCUMULO_LOG_HOST in favor of pull host and port log-forwarding from zookeeper

I was able to do logging with only log4j.properties. However, that doesn't work anymore. All my daemons have this as the last line of their logs:

{noformat}
2014-02-14 14:23:38,049 INFO org.apache.accumulo.server.Accumulo: Zookeeper connected and initialized, attemping to talk to HDFS
2014-02-14 14:23:38,067 INFO org.apache.accumulo.server.watcher.MonitorLog4jWatcher: Changing monitor log4j address to 10.20.93.170:4560
2014-02-14 14:23:38,067 INFO org.apache.accumulo.server.watcher.MonitorLog4jWatcher: Enabled log-forwarding
{noformat}

Note that I don't use generic_logger.xml, and this wasn't a requirement for 1.4. But now it seems there is no logging if *_logger.xml files are not present (as ACCUMULO-2349 has also reported).



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)