Skip to content

Commit

Permalink
feat: 添加打印日志TencentBlueKing#2725
Browse files Browse the repository at this point in the history
  • Loading branch information
zacYL committed Oct 31, 2024
1 parent 191d22b commit a7916d7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,10 @@ class RpmLocalRepository(
return
}
NONE, FULLPATH -> {
val xmlStr = XmlStrUtils.toMarkFileXml(rpmXmlMetadata!!, indexType)
logger.info("xmlStr content is $xmlStr")
ArtifactFileFactory.build(
ByteArrayInputStream(XmlStrUtils.toMarkFileXml(rpmXmlMetadata!!, indexType).toByteArray())
ByteArrayInputStream(xmlStr.toByteArray())
)
}
else -> {
Expand Down

0 comments on commit a7916d7

Please sign in to comment.