mirror of https://github.com/borgbackup/borg.git
remove status that is best reflected in VCS
This commit is contained in:
parent
2d4b735fed
commit
b1eafe7833
|
@ -8,8 +8,7 @@ The way to use this is as follows:
|
|||
logger = create_logger()
|
||||
|
||||
* then each module uses logger.info/warning/debug/etc according to the
|
||||
level it believes is appropriate. a first conversion was done, but
|
||||
can be revised later on:
|
||||
level it believes is appropriate:
|
||||
|
||||
logger.debug('some intricate details you usually do not care about')
|
||||
logger.info('verbose progress information')
|
||||
|
|
Loading…
Reference in New Issue