Skip to content

Commit 12fa179

Browse files
jbachorikclaude
andcommitted
Remove debug logging from ProfilerTestPlugin
Clean up excessive debug logging that outputs on every task configuration. The info about executable and classpath size was not particularly actionable and added noise to build output. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 1f20540 commit 12fa179

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

build-logic/conventions/src/main/kotlin/com/datadoghq/profiler/ProfilerTestPlugin.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,6 @@ class ProfilerTestPlugin : Plugin<Project> {
312312
allArgs.add("com.datadoghq.profiler.test.ProfilerTestRunner")
313313

314314
execTask.args = allArgs
315-
316-
// Debug logging
317-
project.logger.info("Exec task: ${execTask.executable} with ${testConfig.testClasspath.files.size} classpath entries")
318315
}
319316

320317
// Environment variables

0 commit comments

Comments
 (0)