We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0e032 commit c8b80abCopy full SHA for c8b80ab
deps/rabbit/src/rabbit.erl
@@ -851,8 +851,9 @@ start(normal, []) ->
851
product_base_name := BaseName,
852
product_base_version := BaseVersion} ->
853
?LOG_INFO(
854
- "~n Starting ~s ~s on Erlang ~s~n Based on ~s ~s~n ~s~n ~s",
+ "~n Starting ~s ~s on Erlang ~s [~s]~n Based on ~s ~s~n ~s~n ~s",
855
[product_name(), product_version(), rabbit_misc:otp_release(),
856
+ emu_flavor(),
857
BaseName, BaseVersion,
858
?COPYRIGHT_MESSAGE, ?INFORMATION_MESSAGE],
859
#{domain => ?RMQLOG_DOMAIN_PRELAUNCH});
0 commit comments