Skip to content

Commit

Permalink
Fix the apidoc Note delimiter.
Browse files Browse the repository at this point in the history
  • Loading branch information
FredLoney committed Jun 20, 2017
1 parent bc28040 commit ea02def
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions qipipe/helpers/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ def configure(**opts):
- Otherwise, the logger delegates to a mock logger that
writes to stdout.
:Note: In a cluster environment, Nipype kills the dispatched job
log config. Logging falls back to the default. For this reason,
the default mock logger level is ``DEBUG`` rather than ``INFO``.
The dispatched node's log is the stdout captured in the file
*work*\ ``/batch/``\ *node_name*\ ``.o``\ *node_id*, where
*work* the execution work directory.
.. Note:: In a cluster environment, Nipype kills the dispatched job
log config. Logging falls back to the default. For this reason,
the default mock logger level is ``DEBUG`` rather than ``INFO``.
The dispatched node's log is the stdout captured in the file
*work*\ ``/batch/``\ *node_name*\ ``.o``\ *node_id*, where
*work* the execution work directory.
:param opts: the ``qiutil.command.configure_log`` options
:return: the logger factory
Expand Down

0 comments on commit ea02def

Please sign in to comment.