Skip to content

Commit

Permalink
fix: redact secrets from RocketMQ debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellwinblad committed Mar 12, 2024
1 parent bb050d9 commit 6f88d0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ do_query(
?TRACE(
"QUERY",
"rocketmq_connector_received",
#{connector => InstanceId, query => Query, state => State}
#{connector => InstanceId, query => Query, state => redact(State)}
),
ChannelId = get_channel_id(Query),
#{
Expand Down

0 comments on commit 6f88d0f

Please sign in to comment.