Commit Graph

6 Commits

Author SHA1 Message Date
Florian Lindner 40ee9338f2 Revert default log level from INFO to WARNING 2018-09-07 10:36:13 +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 bc7d123c36 Assume unknown verbosity == INFO
Not WARNING, I think INFO is a much safer choice. And for now, it's
equivalent to WARNING, since we use only DEBUG and INFO.
2018-08-09 20:16:59 +02:00
Nick Whyte c64d0100d5 Only check archives with matching prefix. 2018-03-03 22:17:39 -08:00
Dan Helfman cc94e5f52f Add tests for verbosity mapping. 2017-10-25 22:36:23 -07:00