Skip to content

Commit

Permalink
Disable pyrate_limiter info logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik0 committed Feb 12, 2025
1 parent 09ad1a1 commit bd9ac57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airbyte_cdk/sources/streams/call_rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
MIXIN_BASE = object

logger = logging.getLogger("airbyte")
logging.getLogger("pyrate_limiter").setLevel(logging.WARNING)


@dataclasses.dataclass
Expand Down

0 comments on commit bd9ac57

Please sign in to comment.