Logging cleanup

pull/310/head
Frostebite 2021-09-21 19:42:26 +01:00
parent e802849d30
commit 92f32f3ebd
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -1685,7 +1685,7 @@ class KubernetesLogging {
}; };
const logOptions = { const logOptions = {
follow: true, follow: true,
pretty: true, pretty: false,
previous: false, previous: false,
}; };
try { try {

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -22,7 +22,7 @@ class KubernetesLogging {
}; };
const logOptions = { const logOptions = {
follow: true, follow: true,
pretty: true, pretty: false,
previous: false, previous: false,
}; };
try { try {