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 15ab040 commit 6ac2edaCopy full SHA for 6ac2eda
run/src/main/kotlin/com/cosmotech/run/service/RunServiceImpl.kt
@@ -576,6 +576,12 @@ class RunServiceImpl(
576
nodeLabel = startInfo.startContainers.nodeLabel,
577
containers = startInfo.startContainers.containers,
578
)
579
+ logger.info(
580
+ "[organizationId=${run.organizationId}]" +
581
+ "[workspaceId=${run.workspaceId}]" +
582
+ "[runnerId=${run.runnerId}]" +
583
+ "[runId=${run.id}] has been launched by " +
584
+ "[ownerId=${run.ownerId}]")
585
return runRepository.save(run)
586
}
587
0 commit comments