From 445f700b09b804041825402dd232427e4c978cbd Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 5 Apr 2025 14:42:16 -0700 Subject: [PATCH] Fix log file format example. --- borgmatic/config/schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 99a38ff7..f99a8ee2 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -863,7 +863,7 @@ properties: type: string description: | Python format string used for log messages written to the log file. - example: "%(asctime)s %(message)s" + example: "[{asctime}] {levelname}: {prefix}{message}" monitoring_verbosity: type: integer enum: