瀏覽代碼

Fix log file format example.

Dan Helfman 2 月之前
父節點
當前提交
445f700b09
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      borgmatic/config/schema.yaml

+ 1 - 1
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: