previous false
parent
886fcc81a0
commit
3280fcf57f
|
@ -4048,7 +4048,7 @@ class KubernetesTaskRunner {
|
|||
const logOptions = {
|
||||
follow: true,
|
||||
pretty: false,
|
||||
previous: true,
|
||||
previous: false,
|
||||
timestamps: true,
|
||||
sinceSeconds: KubernetesTaskRunner.lastReceivedTimestamp,
|
||||
};
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -73,7 +73,7 @@ class KubernetesTaskRunner {
|
|||
const logOptions = {
|
||||
follow: true,
|
||||
pretty: false,
|
||||
previous: true,
|
||||
previous: false,
|
||||
timestamps: true,
|
||||
sinceSeconds: KubernetesTaskRunner.lastReceivedTimestamp,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue