aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/application_controller.erl
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2018-06-08 14:21:47 +0200
committerSiri Hansen <[email protected]>2018-06-08 14:39:38 +0200
commitba4b23c2d1cd07d754518201a5686f09cb1332d2 (patch)
treec99bc16907c61315453a30effd5f04d483a9c2cc /lib/kernel/src/application_controller.erl
parentc8c1c67d331b5d1ec8cd3cdad5d8231063d7c5d8 (diff)
downloadotp-ba4b23c2d1cd07d754518201a5686f09cb1332d2.tar.gz
otp-ba4b23c2d1cd07d754518201a5686f09cb1332d2.tar.bz2
otp-ba4b23c2d1cd07d754518201a5686f09cb1332d2.zip
[logger] Change base OTP domain from [beam,erlang,otp] to [otp]
Diffstat (limited to 'lib/kernel/src/application_controller.erl')
-rw-r--r--lib/kernel/src/application_controller.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kernel/src/application_controller.erl b/lib/kernel/src/application_controller.erl
index ff5df667b5..d5a632ef6f 100644
--- a/lib/kernel/src/application_controller.erl
+++ b/lib/kernel/src/application_controller.erl
@@ -1914,7 +1914,7 @@ info_started(Name, Node) ->
?LOG_INFO(#{label=>{application_controller,progress},
report=>[{application, Name},
{started_at, Node}]},
- #{domain=>[beam,erlang,otp,sasl],
+ #{domain=>[otp,sasl],
report_cb=>fun logger:format_otp_report/1,
logger_formatter=>#{title=>"PROGRESS REPORT"},
error_logger=>#{tag=>info_report,type=>progress}}).
@@ -1924,7 +1924,7 @@ info_exited(Name, Reason, Type) ->
report=>[{application, Name},
{exited, Reason},
{type, Type}]},
- #{domain=>[beam,erlang,otp],
+ #{domain=>[otp],
report_cb=>fun logger:format_otp_report/1,
error_logger=>#{tag=>info_report,type=>std_info}}).