add lager logstash backend to production
Added lager configuration and dependencies assuming a logstash instance running locally in the prod server.
Example logstash.conf to send the erlang input to stdout:
input {
udp {
codec => "json"
port => 9125
type => "erlang"
}
}
output {
stdout { codec => json }
}
Fixes #196
@facundoolano is this done or is it a WIP?
it's done but it doesn't include any logstash configuration
El nov 18, 2017 6:26 PM, "Federico Carrone" [email protected] escribió:
@facundoolano https://github.com/facundoolano is this done or is it a WIP?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/lambdaclass/holiday_ping/pull/200#issuecomment-345472500, or mute the thread https://github.com/notifications/unsubscribe-auth/AA_iLewSFoeoSdVf-hxsOO3jBdxeAX5pks5s30uFgaJpZM4QiFBg .