We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c8cb7 commit 2bd8f92Copy full SHA for 2bd8f92
nipype/pipeline/plugins/slurm.py
@@ -17,7 +17,7 @@
17
from ...interfaces.base import CommandLine
18
from .base import SGELikeBatchManagerBase, logger
19
20
-iflogger = logging.getLogger('nipype.workflow')
+iflogger = logging.getLogger('nipype.interface')
21
22
23
class SLURMPlugin(SGELikeBatchManagerBase):
0 commit comments