Merge "Use copytruncate option for Heka log rotation"

This commit is contained in:
Jenkins 2015-04-13 15:06:23 +00:00 committed by Gerrit Code Review
commit 4a8884bdce

View File

@ -1,4 +1,7 @@
<%= @log_file %> {
daily
missingok
# Heka cannot be told to close its log file and re-open it so we need to
# use the copytruncate option
copytruncate
}