hashed logging k8s

This commit is contained in:
Frostebite 2023-09-18 21:32:45 +01:00
parent b0b1cf8a0d
commit c0f9b06f04
3 changed files with 0 additions and 3 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

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