From 58a01d647a5120593613cb903359ea7ce407b60e Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 2 Jul 2018 15:01:29 -0400 Subject: [PATCH] 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. --- nipype/pipeline/plugins/legacymultiproc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nipype/pipeline/plugins/legacymultiproc.py b/nipype/pipeline/plugins/legacymultiproc.py index a6e330f866..d93e6e77d1 100644 --- a/nipype/pipeline/plugins/legacymultiproc.py +++ b/nipype/pipeline/plugins/legacymultiproc.py @@ -37,7 +37,7 @@ def indent(text, prefix): # Init logger -logger = logging.getLogger('workflow') +logger = logging.getLogger('nipype.workflow') # Run node