Skip to content

Commit

Permalink
feat: 添加异常cause日志TencentBlueKing#2495
Browse files Browse the repository at this point in the history
  • Loading branch information
zacYL authored Aug 30, 2024
1 parent 3a51034 commit 4fdfd89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class ArtifactDownloadListener(
try {
artifactClient.updateAccessDate(updateRequest)
} catch (ignore: Exception) {
logger.warn("update node access time [$updateRequest] error, ${ignore.message}")
logger.warn("update node access time [$updateRequest] error: ${ignore.message}, cause: ${ignore.cause}")
}
}

Expand Down

0 comments on commit 4fdfd89

Please sign in to comment.