Skip to content

Commit 69f3abe

Browse files
authored
Merge pull request #247 from google-research/amarkel-suppress-zarr
Suppress tenths of debug zarr logs per basin in infer mode.
2 parents acf8c3b + 1d4b996 commit 69f3abe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

googlehydrology/utils/logging_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def exception_logging(type, value, tb):
7979
logging.getLogger('filelock').setLevel(logging.INFO)
8080
logging.getLogger('matplotlib.font_manager').setLevel(logging.INFO)
8181
logging.getLogger('fsspec').setLevel(logging.INFO)
82+
logging.getLogger('zarr').setLevel(logging.INFO)
8283

8384
logging_redirect_tqdm().__enter__()
8485

0 commit comments

Comments
 (0)