Skip to content

Commit

Permalink
MINOR: Remove request log space added inadvertently (#19011)
Browse files Browse the repository at this point in the history
Reviewers: Chia-Ping Tsai <[email protected]>
  • Loading branch information
ijuma authored Feb 23, 2025
1 parent a206feb commit 13cb87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/kafka/network/RequestChannel.scala
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ object RequestChannel extends Logging {
apiRemoteTimeMs, apiThrottleTimeMs, responseQueueTimeMs,
responseSendTimeMs, temporaryMemoryBytes,
messageConversionsTimeMs)
val logPrefix = "Completed request: {}"
val logPrefix = "Completed request:{}"
// log deprecated apis at `info` level to allow them to be selectively enabled
if (header.isApiVersionDeprecated())
requestLogger.info(logPrefix, desc)
Expand Down

0 comments on commit 13cb87c

Please sign in to comment.