From c6a78cbfda4ecbbc29e6a58df861b8a5aa159e7d Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 9 Jan 2023 23:02:32 +0100 Subject: [PATCH] chore: refine a warning message about default erlang cookie --- bin/emqx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/emqx b/bin/emqx index 132d8cba7..0a967a73c 100755 --- a/bin/emqx +++ b/bin/emqx @@ -911,7 +911,7 @@ fi if [ $IS_BOOT_COMMAND = 'yes' ] && [ "$COOKIE" = "$EMQX_DEFAULT_ERLANG_COOKIE" ]; then logwarn "Default (insecure) Erlang cookie is in use." logwarn "Configure node.cookie in $EMQX_ETC_DIR/emqx.conf or override from environment variable EMQX_NODE__COOKIE" - logwarn "Use the same config value for all nodes in the cluster." + logwarn "NOTE: Use the same cookie for all nodes in the cluster." fi ## check if OTP version has mnesia_hook feature; if not, fallback to