taskotron buildmaster: follow taskotron.log (on dev)
This commit is contained in:
parent
6ecfec3243
commit
a78c239de5
1 changed files with 2 additions and 1 deletions
|
@ -219,7 +219,8 @@ factory.addStep(ShellCommand(command=["runtask",
|
|||
sigtermTime=5*60,
|
||||
lazylogfiles=True,
|
||||
logfiles={
|
||||
'heartbeat.log': {'filename': Interpolate('/var/lib/taskotron/artifacts/%(prop:uuid)s/taskotron/heartbeat.log')}
|
||||
'taskotron.log': {'filename': Interpolate('/var/lib/taskotron/artifacts/%(prop:uuid)s/taskotron/taskotron.log')},
|
||||
'heartbeat.log': {'filename': Interpolate('/var/lib/taskotron/artifacts/%(prop:uuid)s/taskotron/heartbeat.log')},
|
||||
}
|
||||
{% endif %}
|
||||
{% if deployment_type in ['stg', 'prod'] %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue