Logging cleanup
parent
e802849d30
commit
92f32f3ebd
|
|
@ -1685,7 +1685,7 @@ class KubernetesLogging {
|
||||||
};
|
};
|
||||||
const logOptions = {
|
const logOptions = {
|
||||||
follow: true,
|
follow: true,
|
||||||
pretty: true,
|
pretty: false,
|
||||||
previous: false,
|
previous: false,
|
||||||
};
|
};
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -22,7 +22,7 @@ class KubernetesLogging {
|
||||||
};
|
};
|
||||||
const logOptions = {
|
const logOptions = {
|
||||||
follow: true,
|
follow: true,
|
||||||
pretty: true,
|
pretty: false,
|
||||||
previous: false,
|
previous: false,
|
||||||
};
|
};
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue