Skip to content

Commit

Permalink
hashed logging k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
frostebite committed Sep 19, 2023
1 parent df456df commit 51c1da5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -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`);
}
};
Expand Down

0 comments on commit 51c1da5

Please sign in to comment.