fix: redact secrets from RocketMQ debug log

Fixes:
https://emqx.atlassian.net/browse/EMQX-11987
This commit is contained in:
Kjell Winblad 2024-03-12 10:02:21 +01:00
parent f24a76e770
commit fc4603c078
1 changed files with 1 additions and 1 deletions

View File

@ -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),
#{ #{