Skip to content

Commit

Permalink
Merge pull request #19 from maxandersen/avoidstdout
Browse files Browse the repository at this point in the history
Don't pollute std out
  • Loading branch information
pimterry authored Oct 28, 2024
2 parents ceaff45 + 691bce0 commit b6a5a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/tech/httptoolkit/javaagent/AgentMain.kt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ fun interceptAllHttps(config: Config, instrumentation: Instrumentation) {

agentBuilder.installOn(instrumentation)

println("HTTP Toolkit interception active")
System.err.println("HTTP Toolkit interception active")
}

abstract class MatchingAgentTransformer(private val logger: TransformationLogger) : AgentBuilder.Transformer {
Expand Down

0 comments on commit b6a5a8c

Please sign in to comment.