We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b3a97 commit 16b603bCopy full SHA for 16b603b
nibabies/workflows/anatomical/base.py
@@ -226,8 +226,8 @@ def init_infant_anat_wf(
226
if t1w_aseg:
227
t2w_aseg = False
228
229
- config.loggers.workflow.debug(
230
- "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>",
231
t1w_mask,
232
t1w_aseg,
233
t2w_mask,
0 commit comments