Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.0
-
None
-
None
-
If the user keeps the default log4j.properties in place, flume now logs to flume.log instead of stdout. This can be overridden on the command line by specifying an argument similar to the following: -Dflume.root.logger=DEBUG,console
Description
Flume Agents are expected to run for indefinite amount of time and will likely generate a lot of information via it's logs. As such, we need to have a log rolling policy in place to ensure that the system does not run out of disk space due to the log file sizes.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-8149 cap space usage of default log4j rolling policy
- Closed