Skip to content

Commit c605def

Browse files
cid-3920: Change log level to info
1 parent d457ea6 commit c605def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/net/leanix/githubagent/handler/ArtifactDownloadHandler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class ArtifactDownloadHandler(
8888
}
8989

9090
private fun sendArtifactEvent(dto: ArtifactDownloadDTO, artifactName: String, artifactContent: String) {
91-
logger.debug("Sending artifacts file: ${dto.repositoryName} - $artifactName")
91+
logger.info("Sending artifacts file: ${dto.repositoryName} - $artifactName")
9292
webSocketService.sendMessage(
9393
"/artifact",
9494
ArtifactDTO(

0 commit comments

Comments
 (0)