fix: redact secrets from RocketMQ debug log
Fixes: https://emqx.atlassian.net/browse/EMQX-11987
This commit is contained in:
parent
f24a76e770
commit
fc4603c078
|
@ -244,7 +244,7 @@ do_query(
|
||||||
?TRACE(
|
?TRACE(
|
||||||
"QUERY",
|
"QUERY",
|
||||||
"rocketmq_connector_received",
|
"rocketmq_connector_received",
|
||||||
#{connector => InstanceId, query => Query, state => State}
|
#{connector => InstanceId, query => Query, state => redact(State)}
|
||||||
),
|
),
|
||||||
ChannelId = get_channel_id(Query),
|
ChannelId = get_channel_id(Query),
|
||||||
#{
|
#{
|
||||||
|
|
Loading…
Reference in New Issue