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(AppName, [
{host, <<"dominant-v2">>},
{host, <<"dmt">>},
{port, 8022},
{scoper_event_handler_options, #{
event_handler_opts => #{

View File

@ -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
% }}