Skip to content

Cannot be used with loguru. #66

@kietdev-218

Description

@kietdev-218

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..."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions