1) I tried to change httpd.conf in order to use a CustomLog as:

CustomLog "logs/access_log" common

where access_log file is link to /dev/stdout:
lrwxrwxrwx 1 root     www-data   11 Nov 26 12:13 access_log -> /dev/stdout


2) or CustomLog as:
CustomLog /proc/self/fd/1 common

considering that /dev/stdout is another link:
lrwxrwxrwx 1 root root   15 Nov 25 15:14 stdout -> /proc/self/fd/1

And the strange thing is that both attempts with a pure apache container are 
working and I'm able to see the logs in Stackdriver

Instead same configurations in my custom apache and I'm not able to see 
anything in Stackdriver.

Please, any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to kubernetes-users+unsubscr...@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to