particle-iot / buildpack-base

Base image for Particle buildpacks
1 stars 1 forks source link

Retain logs #3

Open suda opened 8 years ago

suda commented 8 years ago

Currently logs get lost between buildpacks. It's recommended to:

joegoggins commented 8 years ago

Hey @suda , would love to hear more about this when you get a chance. I'm mainly interested in seeing if the work I've done recently relating to log infrastructure hardening could benefit you in some way here.

Regarding Papertrail, I'd recommend keeping this out of the base buildpack, we're moving away from it and it'd be cool to stay vendor agnostic and low level logging facilities using files + logrotate or syslog instead.

suda commented 8 years ago

I will come back to this next sprint so we should definitely sync about it!