[skip ci] Set logging domain to `?RMQLOG_DOMAIN_GLOBAL` on startup
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:
Michal Kuratczyk 2025-07-14 16:40:34 +02:00
parent 8e4492a2a2
commit 55c2008ab1
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -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.).