Skip to content

Commit 8c3da69

Browse files
committed
make runtime manager status a debug log
1 parent 4a27eea commit 8c3da69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/v3/runtime/sharedRuntimeManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class SharedRuntimeManager implements RuntimeManager {
3737
) {
3838
// Log out the runtime status on a long interval to help debug stuck executions
3939
setInterval(() => {
40-
this.log("[DEBUG] SharedRuntimeManager status", this.status);
40+
this.debugLog("SharedRuntimeManager status", this.status);
4141
}, 300_000);
4242
}
4343

0 commit comments

Comments
 (0)