You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2017/02/21 19:51:44 UTC

[jira] [Updated] (ACCUMULO-4588) Simplify Accumulo logging configuration

     [ https://issues.apache.org/jira/browse/ACCUMULO-4588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Tubbs updated ACCUMULO-4588:
----------------------------------------
    Fix Version/s: 2.0.0

> Simplify Accumulo logging configuration
> ---------------------------------------
>
>                 Key: ACCUMULO-4588
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4588
>             Project: Accumulo
>          Issue Type: Improvement
>          Components: logger
>            Reporter: Mike Walch
>             Fix For: 2.0.0
>
>
> The current implementation of Accumulo logging configuration is confusing.  There are several configuration files in the conf/ dir and it is hard to know which ones are used in which situation.  With the refactoring of Accumulo's scripts in 2.0, it should be easier now to refactor Accumulo's logging.  Below are some suggest improvements brought up during code reviews:
> Regarding generic_logger.properties...
> - Rather than produce these system properties in Accumulo code, we should use the log4j feature to do ${sys:HOSTNAME} (might be log4j2 only, but that's okay... we should switch to that)
> - Maybe we shouldn't enable the rolling file appender in the default configs. Users can add that if they want to. A better option would probably be to use the syslog appender by default.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)