Skip to content

Commit

Permalink
feat: 打印调整 TencentBlueKing#2335
Browse files Browse the repository at this point in the history
  • Loading branch information
zacYL committed Jul 4, 2024
1 parent 3088edd commit 3639c9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ class EmptyFolderCleanup(
try {
mongoTemplate.updateFirst(query, update, collectionName)
} catch (e: Exception) {
logger.error("delete $objectId failed, error: $e")
logger.error("delete $objectId in collection $collectionName failed, error: $e")
}
}

Expand Down

0 comments on commit 3639c9f

Please sign in to comment.