Hey,
I'm running logspout as a DaemonSet inside my Kubernetes cluster. Those containers are successfully set up to send the stdout and stderr from my pods to Papertrail. However when I see the logs coming in the "program" field (e.g. the "name") is pretty verbose and contains a lot of randomly generated UUID on a per-deployment-basis.
Is there any way I could teach logspout to use a static name per pod which I could use?