Commit Graph

9 Commits

Author SHA1 Message Date
Florian Lindner c62a93396e Rename test functions: verbosity -> log level
Also update doc string here and there.
2018-09-07 10:36:47 +02:00
Florian Lindner bfbb3bd72e Use logger.getEffectiveLevel for arguments that should ONLY be at a
certain log level.

Extend the verbosity mock, s.t. it also mocks getEffectiveLevel
Found one more disallowed --debug --stats combination.
2018-09-04 19:46:59 +02:00
Florian Lindner b35c047648 Address issues raised in review of pull request #90.
+ Add my name to AUTHORS. Also dared to move one name up, so it's sorted alphabetically.
+ Do not compile --dry-run with --stats, adapt test accordingly.
+ Minor cleanups
+ Print configuration file path at INFO level.
+ Factor out insert_logging_mock test utility functions
+ Fix function name for test_verbosity_to_log_level_maps_unknown_verbosity_to_info_level
2018-09-02 17:48:04 +02:00
Florian Lindner 9628e385a6 Merge remote-tracking branch 'upstream/master' 2018-08-22 22:08:18 +02:00
Dan Helfman 7d40a448cb Pass --show-rc option to Borg when at highest verbosity level (#89). 2018-08-19 12:44:40 -07:00
Florian Lindner f9c08470ec Merge remote-tracking branch 'upstream/master' 2018-08-09 21:10:03 +02:00
Thomas LÉVEIL b714ffd48b add support for `--info --json` (#83) 2018-07-29 03:17:45 +00:00
Florian Lindner 3b5564babf First version that uses the log level for verboseness
Still needs some renaming and fine tuning of log settings.
2018-07-15 10:04:34 +02:00
Dan Helfman 765e343c71 Support for Borg --info via borgmatic command-line (#61). 2018-05-26 16:19:05 -07:00