Explorar o código

chore: refine a warning message about default erlang cookie

Zaiming (Stone) Shi %!s(int64=3) %!d(string=hai) anos
pai
achega
c6a78cbfda
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bin/emqx

+ 1 - 1
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