diff --git a/apps/dmt/test/dmt_ct_helper.erl b/apps/dmt/test/dmt_ct_helper.erl index de79ca2..611be72 100644 --- a/apps/dmt/test/dmt_ct_helper.erl +++ b/apps/dmt/test/dmt_ct_helper.erl @@ -38,7 +38,7 @@ start_app(woody = AppName) -> start_app(dmt = AppName) -> { start_app(AppName, [ - {host, <<"dominant-v2">>}, + {host, <<"dmt">>}, {port, 8022}, {scoper_event_handler_options, #{ event_handler_opts => #{ diff --git a/config/sys.config b/config/sys.config index 0fae252..4889403 100644 --- a/config/sys.config +++ b/config/sys.config @@ -7,7 +7,7 @@ debug, config => #{ type => - {file, "/var/log/dominant-v2/console.json"}, + {file, "/var/log/dmt/console.json"}, sync_mode_qlen => 20 }, @@ -44,7 +44,7 @@ {how_are_you, [ {metrics_publishers, [ % {hay_statsd_publisher, #{ - % key_prefix => <<"dominant-v2.">>, + % key_prefix => <<".">>, % host => "localhost", % port => 8125 % }}