Skip to content

Commit

Permalink
Adjust tifffile log level
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Aug 17, 2023
1 parent b4542e9 commit 8e3dbf8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 1.23.4

### Changes
- Adjust tifffile log level ([#1265](../../pull/1265))

## 1.23.3

### Improvements
Expand Down
1 change: 1 addition & 0 deletions sources/tifffile/large_image_source_tifffile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def _lazyImport():
msg = 'tifffile module is too old.'
raise TileSourceError(msg)
logging.getLogger('tifffile.tifffile').setLevel(logging.ERROR)
logging.getLogger('tifffile').setLevel(logging.ERROR)


def et_findall(tag, text):
Expand Down

0 comments on commit 8e3dbf8

Please sign in to comment.