[skip ci] Set logging domain to `?RMQLOG_DOMAIN_GLOBAL` on startup
Peer Discovery AWS Integration Test / Integration Test (push) Has been cancelled
Details
Peer Discovery AWS Integration Test / Integration Test (push) Has been cancelled
Details
`?RMQLOG_DOMAIN_GLOBAL` used to be added by a now deleted logging module rabbit_log.
This commit is contained in:
parent
8e4492a2a2
commit
55c2008ab1
|
@ -501,6 +501,8 @@ clear_config_run_number() ->
|
||||||
-spec configure_logger(rabbit_env:context()) -> ok.
|
-spec configure_logger(rabbit_env:context()) -> ok.
|
||||||
|
|
||||||
configure_logger(Context) ->
|
configure_logger(Context) ->
|
||||||
|
logger:set_primary_config(metadata, #{domain => ?RMQLOG_DOMAIN_GLOBAL}),
|
||||||
|
|
||||||
%% Configure main handlers.
|
%% Configure main handlers.
|
||||||
%% We distinguish them by their type and possibly other
|
%% We distinguish them by their type and possibly other
|
||||||
%% parameters (file name, syslog settings, etc.).
|
%% parameters (file name, syslog settings, etc.).
|
||||||
|
|
Loading…
Reference in New Issue