AlonSh

Results 1 issues of AlonSh

Hey, I pass a `logbook.Logger` instance to the logger variable of `retry`: ``` @retry(exceptions=ConnectionError, tries=MAX_RETRIES, delay=RETRY_TIMEOUT, logger=logger) ``` And the matching logline I get is: ``` [2018-05-10 09:36:57.321720] WARNING: vector.core.file_collection.es_utils:...