By default only brief logging output at verbosity 1 #283

Merged
witten merged 5 commits from palto42/borgmatic:list-files into master 2020-01-22 20:36:59 +00:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 83632448be - Show all commits

4
NEWS
View File

@ -1,6 +1,8 @@
1.4.22.dev0-files
* Removed `borg --list --stats` option from `create`and `prune` actions at verbosity 1
* New option `--files`to (re-)add the `borg` `--list` and `--stats` at verbosity 1
* The `--stats` now always requires to use the `borgmatic --stats` option to be enabled.
* New option `--files` to (re-)add the `borg` `--list` at verbosity 1
1.4.22.dev0
* #276: Disable colored output when "--json" flag is used, so as to produce valid JSON ouput.
* In "borgmatic --help", don't expand $HOME in listing of default "--config" paths.