From 5428d466941c5d52de36877b9428211a66b142c8 Mon Sep 17 00:00:00 2001 From: Thales Macedo Garitezi Date: Tue, 27 Dec 2022 10:41:33 -0300 Subject: [PATCH] feat: log the upgrade script being used for visibility --- bin/emqx | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/emqx b/bin/emqx index aa33d8e41..c5bf88149 100755 --- a/bin/emqx +++ b/bin/emqx @@ -1055,6 +1055,7 @@ case "${COMMAND}" in fi upgrade_script_path="$(versioned_script_path install_upgrade.escript "$newest_vsn")" + echo "using ${upgrade_script_path} to run ${COMMAND} $*" ERL_FLAGS="${ERL_FLAGS:-} $EPMD_ARGS" \ exec "$BINDIR/escript" "$upgrade_script_path" \