previous false

pull/496/head
Frostebite 2023-02-09 23:51:58 +00:00
parent 886fcc81a0
commit 3280fcf57f
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View File

@ -4048,7 +4048,7 @@ class KubernetesTaskRunner {
const logOptions = {
follow: true,
pretty: false,
previous: true,
previous: false,
timestamps: true,
sinceSeconds: KubernetesTaskRunner.lastReceivedTimestamp,
};

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -73,7 +73,7 @@ class KubernetesTaskRunner {
const logOptions = {
follow: true,
pretty: false,
previous: true,
previous: false,
timestamps: true,
sinceSeconds: KubernetesTaskRunner.lastReceivedTimestamp,
};