Module: Pantheios::Services::SimpleFileLogService::SimpleFileLogService_Constants

Defined in:
lib/pantheios/services/simple_file_log_service.rb

Constant Summary collapse

DEFAULT_ROLL_DEPTH =
7
DEFAULT_ROLL_SIZE =
1024 * 1024
RECOGNISED_OPTIONS =
%w{ roll_depth roll_period roll_size }.map { |s| s.to_sym }