浏览代码

Document verbosity levels (#484).

Dan Helfman 2 年之前
父节点
当前提交
518aeabb2a
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      docs/how-to/inspect-your-backups.md

+ 9 - 0
docs/how-to/inspect-your-backups.md

@@ -24,6 +24,15 @@ Or, for even more progress and debug spew:
 borgmatic --verbosity 2
 borgmatic --verbosity 2
 ```
 ```
 
 
+The full set of verbosity levels are:
+
+ * `-2`: disable output entirely <span class="minilink minilink-addedin">New in borgmatic 1.7.14</span>
+ * `-1`: only show errors
+ * `0`: default output
+ * `1`: some additional output (informational level)
+ * `2`: lots of additional output (debug level)
+
+
 ## Backup summary
 ## Backup summary
 
 
 If you're less concerned with progress during a backup, and you only want to
 If you're less concerned with progress during a backup, and you only want to