Skip to content

Commit

Permalink
MAINT: Improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Aug 14, 2023
1 parent e7b3a97 commit 16b603b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nibabies/workflows/anatomical/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ def init_infant_anat_wf(
if t1w_aseg:
t2w_aseg = False

config.loggers.workflow.debug(
"Derivatives used:\n<T1 mask %s>\n<T1 aseg %s>\n<T2 mask %s>\n<T2 aseg %s>",
config.loggers.workflow.info(
"Derivatives used:\n\t<T1 mask %s>\n\t<T1 aseg %s>\n\t<T2 mask %s>\n\t<T2 aseg %s>",
t1w_mask,
t1w_aseg,
t2w_mask,
Expand Down

0 comments on commit 16b603b

Please sign in to comment.