lewismc / iPReS

iPReS - An Internationalization (i18n) Product Retrieval Service for NASA JPL's PO.DAAC
http://lewismc.github.io/iPReS/
Apache License 2.0
5 stars 1 forks source link

Implement logging in Jetty server #30

Closed lewismc closed 9 years ago

lewismc commented 9 years ago

Right now there is no logging in the server at all... this is extremely difficult for debugging server requests and what is actually happening (specifically whether or not Language Translation is actually taking place). I propose we try the following https://github.com/pjlegato/ring.middleware.logger

cartermp commented 9 years ago

I've got this implemented but can't find a log directory on my machine (Windows 8.1). I'll commit this for now to see if it works on your end; I'll investigate other solutions when I get back home tonight if it doesn't work for you.

lewismc commented 9 years ago

Dynamite. Verified to work. Looking great.

lewismc commented 9 years ago

Excellent work @cartermp

cartermp commented 9 years ago

Good to hear!