Skip to content

Commit

Permalink
Enable transform safe logging for tests in the javaagent module
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Nov 7, 2024
1 parent 59e3318 commit 12f84f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javaagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -421,5 +421,6 @@ class JavaagentProvider(
) : CommandLineArgumentProvider {
override fun asArguments(): Iterable<String> = listOf(
"-javaagent:${file(agentJar).absolutePath}",
"-Dotel.javaagent.testing.transform-safe-logging.enabled=true"
)
}

0 comments on commit 12f84f8

Please sign in to comment.