Skip to content

Commit

Permalink
augment log to std out
Browse files Browse the repository at this point in the history
  • Loading branch information
pchlap committed Dec 4, 2023
1 parent dac6f70 commit 0de77d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platipy/imaging/generation/augment.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
from platipy.imaging.label.utils import get_union_mask
from platipy.imaging.utils.crop import label_to_roi, crop_to_roi

logging.basicConfig(level=logging.DEBUG, stream=sys.stdout)
logger = logging.getLogger(__name__)


Expand Down

0 comments on commit 0de77d5

Please sign in to comment.