We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3da69 commit bd8efa7Copy full SHA for bd8efa7
1 file changed
packages/core/src/v3/runtime/sharedRuntimeManager.ts
@@ -37,7 +37,7 @@ export class SharedRuntimeManager implements RuntimeManager {
37
) {
38
// Log out the runtime status on a long interval to help debug stuck executions
39
setInterval(() => {
40
- this.debugLog("SharedRuntimeManager status", this.status);
+ this.debugLog("SharedRuntimeManager status");
41
}, 300_000);
42
}
43
0 commit comments