Re: [users@httpd] Using Httpd & Docker/Kubernetes logging

2015-08-16 Thread Kurtis Rader
On Sun, Aug 16, 2015 at 8:37 PM, David Aronchick wrote: > I'm trying to use httpd in a Docker container. As a general rule, I'm > trying to write the access & error logs to stdio and stderr instead of > writing them to disk. Is there a best practice here? I've tried posting to > stackoverflow, an

Re: [users@httpd] Using Httpd & Docker/Kubernetes logging

2015-08-16 Thread Kurtis Rader
On Sun, Aug 16, 2015 at 8:37 PM, David Aronchick wrote: > I'm trying to use httpd in a Docker container. As a general rule, I'm > trying to write the access & error logs to stdio and stderr instead of > writing them to disk. Is there a best practice here? I've tried posting to > stackoverflow, an

[users@httpd] Using Httpd & Docker/Kubernetes logging

2015-08-16 Thread David Aronchick
Hi-- I'm trying to use httpd in a Docker container. As a general rule, I'm trying to write the access & error logs to stdio and stderr instead of writing them to disk. Is there a best practice here? I've tried posting to stackoverflow, and the best idea given was creating a symlink in the containe