Skip to content

Commit

Permalink
debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Oct 10, 2024
1 parent 26f49c7 commit 20e2b2b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class AdminController : AdminRPC {
.stream()
.iterator()
.asWorkspaces()
.onEach { log.debug("workspace: {}", it.jobID) }
.filter { it.hasRunningFlag && !(it.hasCompletionFlag || it.hasExpiredFlag) }
.map { it.jobID }

Expand Down

0 comments on commit 20e2b2b

Please sign in to comment.