hashed logging k8s
parent
df456df645
commit
51c1da5a82
|
@ -3958,7 +3958,7 @@ class KubernetesTaskRunner {
|
||||||
const callback = (outputChunk) => {
|
const callback = (outputChunk) => {
|
||||||
output += outputChunk;
|
output += outputChunk;
|
||||||
// check if log start included in logs if so log a message
|
// check if log start included in logs if so log a message
|
||||||
if (outputChunk.includes(`log start`)) {
|
if (outputChunk.includes(`Collected Logs`)) {
|
||||||
cloud_runner_logger_1.default.log(`Log Start found in logs`);
|
cloud_runner_logger_1.default.log(`Log Start found in logs`);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -37,7 +37,7 @@ class KubernetesTaskRunner {
|
||||||
output += outputChunk;
|
output += outputChunk;
|
||||||
|
|
||||||
// check if log start included in logs if so log a message
|
// check if log start included in logs if so log a message
|
||||||
if (outputChunk.includes(`log start`)) {
|
if (outputChunk.includes(`Collected Logs`)) {
|
||||||
CloudRunnerLogger.log(`Log Start found in logs`);
|
CloudRunnerLogger.log(`Log Start found in logs`);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue