hashed logging k8s

pull/531/head
Frostebite 2023-09-19 17:30:41 +01:00
parent df456df645
commit 51c1da5a82
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View File

@ -3958,7 +3958,7 @@ class KubernetesTaskRunner {
const callback = (outputChunk) => {
output += outputChunk;
// 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`);
}
};

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -37,7 +37,7 @@ class KubernetesTaskRunner {
output += outputChunk;
// 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`);
}
};