Skip to content

Commit

Permalink
chore: dangling debug statement (#32025)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Oct 19, 2024
1 parent 26b1bcc commit b75d1fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/util/exec/docker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ export async function removeDanglingContainers(): Promise<void> {
const containerLabel = getContainerLabel(
GlobalConfig.get('dockerChildPrefix'),
);
logger.debug(
`Removing dangling child containers with label ${containerLabel}`,
);
const res = await rawExec(
`docker ps --filter label=${containerLabel} -aq`,
{
Expand Down

0 comments on commit b75d1fe

Please sign in to comment.