jackpine / biketag-ios

http://biketag.jackpine.me
1 stars 1 forks source link

aggregate API logs somewhere (papertrail) #26

Open michaelkirk opened 9 years ago

michaelkirk commented 9 years ago

Current API application (rails) logs are ending up in /var/log/ngninx/error.log on the docker container. For lots of reasons, we should move them somewhere less ephemeral.

Also tail -f doens't seem to work on them, perhaps because of the weird pseudo terminal emulation involved in using docker exec.