logspout
logspout copied to clipboard
Question about SYSLOG_HOSTNAME
Is there a way to include the Docker daemon host name along with the container ID/hostname?
SYSLOG_HOSTNAME = {{.System.Hostname}}-{{.Container.Config.Hostname}})
Does something like this make sense? Are there any other ways to get similar functionality? Ultimately I want to be able to know which real host and docker container is generating the message.