mirror of
https://github.com/valitydev/dominant-v2.git
synced 2024-11-06 00:35:21 +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(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 => #{
|
||||||
|
@ -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
|
||||||
% }}
|
% }}
|
||||||
|
Loading…
Reference in New Issue
Block a user