From: hsbt@... Date: 2019-11-15T01:09:25+00:00 Subject: [ruby-core:95853] [Ruby master Bug#16349] Logger shift_age of 0 disables shift_size Issue #16349 has been updated by hsbt (Hiroshi SHIBATA). Assignee set to sonots (Naotoshi Seo) Status changed from Open to Assigned ---------------------------------------- Bug #16349: Logger shift_age of 0 disables shift_size https://bugs.ruby-lang.org/issues/16349#change-82686 * Author: bughit (bug hit) * Status: Assigned * Priority: Normal * Assignee: sonots (Naotoshi Seo) * Target version: * ruby -v: * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- shift_age is documented as: Number of old log files to keep, or frequency of rotation (daily, weekly or monthly). Default value is 0. shift_size is documented: Maximum logfile size in bytes (only applies when shift_age is a number). Defaults to 1048576 (1MB). Given the above, a shift_age of 0 should prevent the retention of old log files, but maximum size (shift_size) should still be enforced. But it's not: https://github.com/ruby/ruby/blob/master/lib/logger/log_device.rb#L124 So either the behavior or the documentation is wrong. -- https://bugs.ruby-lang.org/ Unsubscribe: