Skip to content

Commit

Permalink
More explanation for delayed logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
doerwalter committed Jul 20, 2021
1 parent c4eb4ab commit 423c47a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ll/sisyphus.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ def execute(self):
delayed is encountered (:mod:`sisyphus`\s messages all are delayed).
Then all buffered messages will be output. If only delayed messages are output
during the complete job run, only the result of the job run will be output.
If this output is ``None`` nothing will be output.
If this output is ``None`` nothing will be output. This means that you will get
no log entries until something "interesting" happens.
Log files
Expand Down

0 comments on commit 423c47a

Please sign in to comment.