Added debug message that logs borg version for every config
This commit is contained in:
parent
8b9abc6cf8
commit
422c5e32f4
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ def run_configuration(config_filename, config, arguments):
|
|||
|
||||
try:
|
||||
local_borg_version = borg_version.local_borg_version(config, local_path)
|
||||
logger.debug(f'{config_filename}: borg {local_borg_version}')
|
||||
except (OSError, CalledProcessError, ValueError) as error:
|
||||
yield from log_error_records(f'{config_filename}: Error getting local Borg version', error)
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue