lambdaclass / holiday_pinger

Erlang + ClojureScript app to send holiday reminders
https://holidaypinger.com
MIT License
69 stars 9 forks source link

add lager logstash backend to production #200

Open facundoolano opened 7 years ago

facundoolano commented 7 years ago

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

unbalancedparentheses commented 7 years ago

@facundoolano is this done or is it a WIP?

facundoolano commented 7 years ago

it's done but it doesn't include any logstash configuration

El nov 18, 2017 6:26 PM, "Federico Carrone" notifications@github.com 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 .