Method: Backup::Logger::Logfile::Options#log_file
- Defined in:
- lib/backup/logger/logfile.rb
#log_file ⇒ String (readonly)
Backup’s logfile in which backup logs can be written
As there is already a log_path, this can simply be just a file name that will be created (If not exists) on log_path directory
This may also be set on the command line using --log-file. If set on the command line, any setting here will be ignored.
49 50 51 |
# File 'lib/backup/logger/logfile.rb', line 49 def log_file @log_file end |