Method: Backup::Logger::Logfile::Options#max_bytes
- Defined in:
- lib/backup/logger/logfile.rb
#max_bytes ⇒ Integer
Size in bytes to truncate logfile to before backup jobs are run.
This is done once before all triggers, so the maximum logfile size would be this value plus whatever the jobs produce.
59 60 61 |
# File 'lib/backup/logger/logfile.rb', line 59 def max_bytes @max_bytes end |