removing 'follow' from taskotron.log due to potential issues
This commit is contained in:
parent
9d0039248b
commit
ac332df165
1 changed files with 1 additions and 2 deletions
|
@ -161,8 +161,7 @@ factory.addStep(ShellCommand(command=["runtask", '-i',
|
|||
Interpolate('%(prop:taskname)s.yml')],
|
||||
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
|
||||
name='runtask',
|
||||
logfiles={'taskotron.log': {'filename': '/var/log/taskotron/taskotron.log',
|
||||
'follow': True, }}))
|
||||
logfiles={'taskotron.log': {'filename': '/var/log/taskotron/taskotron.log', }}))
|
||||
|
||||
# capture the taskotron log
|
||||
factory.addStep(ShellCommand(command=["cat", "/var/log/taskotron/taskotron.log"], name="cat_log",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue