GitHub user mikewalch opened a pull request:

    https://github.com/apache/accumulo/pull/221

    ACCUMULO-4588 Simplify Accumulo logging configuration

    * Removed log4j config being done in Java but some remains
    * Logging is now configured using standard log4j JVM property
      'log4.configuration' in accumulo-env.sh
    * Tarball ships with less log4j config files (3 rather than 6)
      which are all log4j properties files.
    * Log4j XML can still be used by editing accumulo-env.sh
    * Moved AsyncSocketAppend to start module due to classpath issues
    * Removed auditLog.xml and added audit log configuration to
      log4j-service & log4j-monitor properties files
    * Accumulo conf/ directory no longer has an examples/ directory.
      Configuration files ship in conf/ and are used by default.
    * Accumulo monitor by default will bind to 0.0.0.0 but will
      advertise hostname looked up in Java for log forwarding
    * Shortened names of logging system properties
    * Removed MonitorLoggingIT as it is now difficult to setup log
      forwarding using MiniAccumuloCluster.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mikewalch/accumulo accumulo-4588

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/accumulo/pull/221.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #221
    
----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to