fix(emqx_conf_app): ensure log data fields

Co-authored-by: Thales Macedo Garitezi <thalesmg@gmail.com>
This commit is contained in:
Zaiming (Stone) Shi 2023-11-08 21:19:22 +01:00 committed by GitHub
parent f9e9748cec
commit 1e3500ffd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ get_override_config_file() ->
true ->
case erlang:whereis(emqx_config_handler) of
undefined ->
{error, #{msg => "emqx_config_handler_not_ready"}};
{error, Data#{msg => "emqx_config_handler_not_ready"}};
_ ->
Fun = fun() ->
TnxId = emqx_cluster_rpc:get_node_tnx_id(Node),