Skip to content

Commit 58a01d6

Browse files
authored
FIX: LegacyMultiProc workflow logger
#2598 did not incorporate #2611's move to hierarchical loggers. This is likely to be a breaking change for a lot of downstream users, so we should make a particular note of it in the release notes.
1 parent 7fda6ae commit 58a01d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/plugins/legacymultiproc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def indent(text, prefix):
3737

3838

3939
# Init logger
40-
logger = logging.getLogger('workflow')
40+
logger = logging.getLogger('nipype.workflow')
4141

4242

4343
# Run node

0 commit comments

Comments
 (0)