Procházet zdrojové kódy

Fix log file format example.

Dan Helfman před 4 měsíci
rodič
revize
445f700b09
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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: