Fix logs (#4)

This commit is contained in:
ndiezel0 2024-11-04 03:33:24 +03:00 committed by GitHub
parent 3d016875de
commit a21fb3f705
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ start_app(woody = AppName) ->
start_app(dmt = AppName) -> start_app(dmt = AppName) ->
{ {
start_app(AppName, [ start_app(AppName, [
{host, <<"dominant-v2">>}, {host, <<"dmt">>},
{port, 8022}, {port, 8022},
{scoper_event_handler_options, #{ {scoper_event_handler_options, #{
event_handler_opts => #{ event_handler_opts => #{

View File

@ -7,7 +7,7 @@
debug, debug,
config => #{ config => #{
type => type =>
{file, "/var/log/dominant-v2/console.json"}, {file, "/var/log/dmt/console.json"},
sync_mode_qlen => sync_mode_qlen =>
20 20
}, },
@ -44,7 +44,7 @@
{how_are_you, [ {how_are_you, [
{metrics_publishers, [ {metrics_publishers, [
% {hay_statsd_publisher, #{ % {hay_statsd_publisher, #{
% key_prefix => <<"dominant-v2.">>, % key_prefix => <<".">>,
% host => "localhost", % host => "localhost",
% port => 8125 % port => 8125
% }} % }}