File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -65,5 +65,5 @@ if not exist "%ERLANG_HOME%\bin\erl.exe" (
6565 exit /B
6666)
6767
68- " %ERLANG_HOME% \bin\erl.exe" -pa " %~dp0 ..\ebin" -noinput -hidden -sname rabbitmq_multi -s rabbit_multi %START_ARGS % -extra %*
68+ " %ERLANG_HOME% \bin\erl.exe" -pa " %~dp0 ..\ebin" -noinput -hidden %RABBITMQ_MULTI_ERL_ARGS% -sname rabbitmq_multi -s rabbit_multi %RABBITMQ_MULTI_START_ARGS % -extra %*
6969
Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ if "%RABBITMQ_MNESIA_DIR%"=="" (
117117-kernel inet_default_connect_options " [{nodelay, true}]" ^
118118-rabbit tcp_listeners " [{\" %RABBITMQ_NODE_IP_ADDRESS% \" , %RABBITMQ_NODE_PORT% }]" ^
119119-kernel error_logger {file,\" " %RABBITMQ_LOG_BASE% /%RABBITMQ_NODENAME% .log" \" } ^
120+ %RABBITMQ_SERVER_ERL_ARGS% ^
120121-sasl errlog_type error ^
121122-sasl sasl_error_logger {file,\" " %RABBITMQ_LOG_BASE% /%RABBITMQ_NODENAME% -sasl.log" \" } ^
122123-os_mon start_cpu_sup true ^
You can’t perform that action at this time.
0 commit comments