mirror of
https://github.com/valitydev/dominant-v2.git
synced 2024-11-05 16:25:24 +00:00
Fix logs (#4)
This commit is contained in:
parent
3d016875de
commit
a21fb3f705
@ -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 => #{
|
||||
|
@ -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
|
||||
% }}
|
||||
|
Loading…
Reference in New Issue
Block a user