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 18, 2023
1 parent b0b1cf8 commit c0f9b06
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 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.

3 changes: 0 additions & 3 deletions src/model/cloud-runner/remote-client/remote-client-logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ export class RemoteClientLogger {

RemoteClientLogger.value += message;
const hashedValue = md5(RemoteClientLogger.value);
CloudRunnerLogger.log(
`LOG ITERATION \n message:${message} \n target hash:${RemoteClientLogger.md5} \n hash latest value:${hashedValue} \n cache value:${RemoteClientLogger.value}`,
);
if (RemoteClientLogger.md5 === hashedValue) {
CloudRunnerLogger.log(`LOG COMPLETE`);

Expand Down

0 comments on commit c0f9b06

Please sign in to comment.