Open arianf opened 4 years ago
Ruby Logger supports shift_age and shift_size
shift_age
shift_size
https://ruby-doc.org/stdlib-2.4.0/libdoc/logger/rdoc/Logger.html#method-c-new
Anyway to use those properties within a configuration?
{ type: :file, path: 'log/production.log', shift_size: 1, shift_age: 1000, sync: true, formatter: ActiveSupport::Logger::SimpleFormatter },
Ruby Logger supports
shift_age
andshift_size
https://ruby-doc.org/stdlib-2.4.0/libdoc/logger/rdoc/Logger.html#method-c-new
Anyway to use those properties within a configuration?