Merge pull request #12104 from ieQu1/dev/gcp-logs
fix(bridge_gcp): Don't print config to the logs
This commit is contained in:
commit
2a50ec3f7d
|
@ -70,7 +70,7 @@ query_mode(_Config) -> async.
|
|||
on_start(InstanceId, Config0) ->
|
||||
?SLOG(info, #{
|
||||
msg => "starting_gcp_pubsub_bridge",
|
||||
config => Config0
|
||||
instance_id => InstanceId
|
||||
}),
|
||||
Config = maps:update_with(service_account_json, fun emqx_utils_maps:binary_key_map/1, Config0),
|
||||
#{service_account_json := #{<<"project_id">> := ProjectId}} = Config,
|
||||
|
|
Loading…
Reference in New Issue