Dmytro Sen created AMBARI-13471:
-----------------------------------
Summary: ZooKeeper "log4j.rootLogger" should have ROLLINGFILE
instead of CONSOLE
Key: AMBARI-13471
URL: https://issues.apache.org/jira/browse/AMBARI-13471
Project: Ambari
Issue Type: Bug
Components: stacks
Affects Versions: 2.1.2
Reporter: Dmytro Sen
Assignee: Dmytro Sen
Priority: Critical
Fix For: 2.1.3
Currently ZooKeeper's root logger is INFO and CONSOLE. The problem with CONSOLE
is that there is no file limit and the _zookeeper.out_ file can get really
large. Ambari needs to change ZooKeeper's default log4j configuration to use
ROLLINGFILE instead of CONSOLE.
{code}
log4j.rootLogger=INFO, ROLLINGFILE
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)