Skip to content

Commit

Permalink
workaround isce2 setting root logger to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Jan 12, 2024
1 parent 5713e16 commit 057669f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/hyp3_isce2/insar_tops_burst.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
from typing import Optional

import isce
# https://github.com/isce-framework/isce2/issues/258
root_logger = logging.getLogger()
root_logger.setLevel('WARNING')
from hyp3lib.aws import upload_file_to_s3
from hyp3lib.get_orb import downloadSentinelOrbitFile
from hyp3lib.image import create_thumbnail
Expand Down

0 comments on commit 057669f

Please sign in to comment.