Sean Busbey created ACCUMULO-1869:
-------------------------------------
Summary: Example configs should log to stderr
Key: ACCUMULO-1869
URL: https://issues.apache.org/jira/browse/ACCUMULO-1869
Project: Accumulo
Issue Type: Improvement
Components: docs, test
Affects Versions: 1.5.0, 1.4.4, 1.6.0
Reporter: Sean Busbey
Priority: Minor
All of our example log4j settings write to ConsoleAppender on stdout. They
should instead write to stderr so that logging information is kept separate
from any program output.
in 1.4.x and 1.5.x one of the example configurations is used to run the
functional tests (512MB/standalone), so this change will impact testing.
in 1.5 a packaging error (ACCUMULO-1868) results in a WARN log message. Because
that WARN goes to stdout it causes a break in multiple tests that are
[attempting to read a JSON configuration
object|https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blob;f=test/src/main/java/org/apache/accumulo/test/functional/FunctionalTest.java;h=d1f757be473bf5099d3fa266e871f126b32f9b0f;hb=refs/heads/1.5.1-SNAPSHOT].
--
This message was sent by Atlassian JIRA
(v6.1#6144)