Skip to content

Commit

Permalink
Fix ecmwf#82
Browse files Browse the repository at this point in the history
  • Loading branch information
Ksenia Evteeva committed Oct 5, 2023
1 parent 0ad7f77 commit 6041252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdsapi/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ def __init__(
forget=False,
session=requests.Session(),
):
self.logger.setLevel(logging.NOTSET)
if not quiet:
if debug:
level = logging.DEBUG
Expand Down

0 comments on commit 6041252

Please sign in to comment.