This message was deleted.
# support
s
This message was deleted.
s
I think the problem is that docker containers that are using -t (tty) are excluded, so in order for logspout to include their logs we need to add
ALLOW_TTY
as argument to logspout config
Adding the
ALLOW_TTY
as env var to logspout worked for me 😄
c
does have the agent auto instrument in golang as java agent.jar?