Skip to content

Commit 4b576d8

Browse files
authored
Merge pull request #2630 from nipy/fix/workflow_logger
FIX: LegacyMultiProc workflow logger
2 parents 7fda6ae + 58a01d6 commit 4b576d8

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)