retry icon indicating copy to clipboard operation
retry copied to clipboard

Cannot be used with loguru.

Open kietdev-218 opened this issue 1 year ago • 1 comments

When I use it: from loguru import logger

@retry(requests.exceptions.RequestException, tries=4, delay=2, logger=logger)

It is not possible to print the complete log like using logging, it only prints the content "%s, retrying in %s seconds..."

kietdev-218 avatar Mar 21 '24 14:03 kietdev-218