Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.6.0
-
None
-
Reviewed
Description
When investigating a case, we tried to turn on KMS DEBUG by setting the root logger in the log4j to DEBUG. This ends up making org.apache.zookeeper.ClientCnxn to generate 199.2M out of a 200M log file, which made the kms.log rotate very quickly.
We should keep zookeeper's log unaffected by the root logger, and only turn it on when interested.