General

Profile

trevmex (Trevor Menagh)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

01/22/2015

11:20 PM Ruby Feature #10772: Add ability to change rotated log file extention
See https://github.com/ruby/ruby/pull/818 for a solution. trevmex (Trevor Menagh)
11:18 PM Ruby Feature #10772 (Closed): Add ability to change rotated log file extention
This patch allows a logger to be created that has a custom date format
to the rotated log files when shift_age is set, instead of the hardcoded
value ("%Y%m%d"), like so:
Logger.new('foo.log', 1024000, '%Y-%m-%d')
Making this...
trevmex (Trevor Menagh)

Also available in: Atom