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