hashed logging k8s

This commit is contained in:
Frostebite 2023-09-19 17:30:41 +01:00
parent df456df645
commit 51c1da5a82
3 changed files with 1 additions and 1 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

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`);
}
};