소스 검색

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
         type: string
         description: |
         description: |
             Python format string used for log messages written to the log file.
             Python format string used for log messages written to the log file.
-        example: "%(asctime)s %(message)s"
+        example: "[{asctime}] {levelname}: {prefix}{message}"
     monitoring_verbosity:
     monitoring_verbosity:
         type: integer
         type: integer
         enum:
         enum: