Skip to content

Commit

Permalink
prefixed new vars with zookeeper
Browse files Browse the repository at this point in the history
  • Loading branch information
eladamitpxi committed Oct 9, 2016
1 parent 28f43d6 commit 26a07b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/log4j.properties.j2
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ log4j.appender.ROLLINGFILE.Threshold=${zookeeper.log.threshold}
log4j.appender.ROLLINGFILE.File=${zookeeper.log.dir}/${zookeeper.log.file}

# Max log file size of 10MB
log4j.appender.ROLLINGFILE.MaxFileSize={{ rolling_log_file_max_size }}
log4j.appender.ROLLINGFILE.MaxFileSize={{ zookeeper_rolling_log_file_max_size }}
# uncomment the next line to limit number of backup files
log4j.appender.ROLLINGFILE.MaxBackupIndex={{ max_rolling_log_file_count }}
log4j.appender.ROLLINGFILE.MaxBackupIndex={{ zookeeper_max_rolling_log_file_count }}

log4j.appender.ROLLINGFILE.layout=org.apache.log4j.PatternLayout
log4j.appender.ROLLINGFILE.layout.ConversionPattern=%d{ISO8601} [myid:%X{myid}] - %-5p [%t:%C{1}@%L] - %m%n
Expand Down

0 comments on commit 26a07b0

Please sign in to comment.