Skip to content

Commit

Permalink
【PAC】feat:支持从代码库维度查看对应的代码库事件 #8122
Browse files Browse the repository at this point in the history
  • Loading branch information
mingshewhe committed Oct 21, 2023
1 parent 3cb8286 commit e214965
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ class PipelineWebhookService @Autowired constructor(
if (elementRepositoryConfig.getRepositoryId() != webhookRepositoryConfig.getRepositoryId()) {
logger.info(
"webhook repository config different from element repository config|" +
"webhook:${webhookRepositoryConfig}|element:${elementRepositoryConfig}"
"webhook:$webhookRepositoryConfig|element:$elementRepositoryConfig"
)
return@webhook
}
Expand Down Expand Up @@ -746,7 +746,7 @@ class PipelineWebhookService @Autowired constructor(
repositoryHashId = repository?.repoHashId
)
} catch (ignored: Exception) {
logger.info("update webhook event info error|${webhook}", ignored)
logger.info("update webhook event info error|$webhook", ignored)
}
}
}
Expand Down

0 comments on commit e214965

Please sign in to comment.