Project

General

Profile

Feature #12803 ยป 0001-Specify-Logger.new-shift_size-default.patch

spacemunkay (Jason Denney), 10/01/2016 09:11 PM

View differences:

lib/logger.rb
# Number of old log files to keep, *or* frequency of rotation (+daily+,
# +weekly+ or +monthly+). Defaults to +0+ (disabled).
# +shift_size+::
# Maximum logfile size (only applies when +shift_age+ is a number).
# Maximum logfile size in bytes (only applies when +shift_age+ is a number).
# Defaults to +1048576+ (1MB).
#
# === Description
#
    (1-1/1)