geotrellis / tree-prioritization-demo

Tree prioritization demo.
https://treeprioritization.geotrellis.io
Apache License 2.0
4 stars 2 forks source link

Make logs quieter, and post to Rollbar on startup #137

Closed RickMohr closed 7 years ago

RickMohr commented 7 years ago

Testing:

  1. scripts/rebuild.sh
  2. Turn on a prioritization variable
  3. In Rollbar dashboard, search for "modeling tile" - you should see an item labeled "OpenTreeMap modeling tile service is starting"
  4. vagrant ssh modeling
  5. tail -99 /var/log/syslog - log should look much cleaner (only POSTs logged by nginx and GETs logged by the cacheing proxy.)

(The breaks endpoint still generates an extraneous INFO message about Akka dead letters. We should be able to mute it via log4j configuration if we want to.)

Connects #69 (...not really, but staging modeling servers are already successfully logging to Papertrail, and this PR reduces the noise.)