Skip to content

cid-3920: Change log level to debug#126

Open
henriq-amaral-leanix wants to merge 2 commits intomainfrom
feature/cid-3920-modify-log-level
Open

cid-3920: Change log level to debug#126
henriq-amaral-leanix wants to merge 2 commits intomainfrom
feature/cid-3920-modify-log-level

Conversation

@henriq-amaral-leanix
Copy link
Contributor

🛠 Changes made

Modified log level for some messages

✨ Type of change

  • Not major

🧪 How Has This Been Tested?

  • 👌 No tests required

🏎 Checklist:

  • My code follows the style guidelines
  • I have performed a self-review of my own code

@henriq-amaral-leanix henriq-amaral-leanix self-assigned this May 26, 2025
@henriq-amaral-leanix henriq-amaral-leanix requested a review from a team as a code owner May 26, 2025 14:49
@github-actions
Copy link

github-actions bot commented May 26, 2025

LeanIX GitHub Agent Code Coverage

File Coverage [83.85%] 🍏
ArtifactDownloadHandler.kt 83.85% 🍏
Total Project Coverage 68.39% 🍏


private fun sendArtifactEvent(dto: ArtifactDownloadDTO, artifactName: String, artifactContent: String) {
logger.info("Sending artifacts file: ${dto.repositoryName} - $artifactName")
logger.debug("Sending artifacts file: ${dto.repositoryName} - $artifactName")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we leave this as info? I think we leave at least one log as info for sending the files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants