hash comparison logging for log complete in k8s flow

This commit is contained in:
Frostebite 2023-10-02 23:48:00 +01:00
parent 6c6866f27e
commit 9cb82940fb
3 changed files with 2 additions and 0 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -101,6 +101,8 @@ export class RemoteClientLogger {
CloudRunnerLogger.log(`LOG COMPLETE`);
return true;
} else {
CloudRunnerLogger.log(`LOG INCOMPLETE ${RemoteClientLogger.md5} ${hashedValue}`);
}
return false;