@@ -32,6 +32,7 @@
* #1048: Fix a "no such file or directory" error in ZFS, Btrfs, and LVM hooks with nested
directories that reside on separate devices/filesystems.
* #1050: Fix a failure in the "spot" check when the archive contains a symlink.
+ * #1051: Add configuration filename to "Successfully ran configuration file" log message.
1.9.14
* #409: With the PagerDuty monitoring hook, send borgmatic logs to PagerDuty so they show up in the
@@ -913,7 +913,7 @@ def collect_configuration_run_summary_logs(configs, config_paths, arguments):
dict(
levelno=logging.INFO,
levelname='INFO',
- msg='Successfully ran configuration file',
+ msg=f'{config_filename}: Successfully ran configuration file',
)
if results: