Re: Feature Request for access_log stdout;

2016-02-20 Thread Aleksandar Lazic
Hi. Am 19-02-2016 09:42, schrieb Konstantin Pavlov: On 19/02/2016 02:56, Aleksandar Lazic wrote: [snipp env errors] Any plans to add this possibility or have I missed something? Please check the following: https://hub.docker.com/_/nginx/, section "using environment variables in nginx con

Re: Feature Request for access_log stdout;

2016-02-19 Thread Konstantin Pavlov
On 19/02/2016 02:56, Aleksandar Lazic wrote: > access_log > syslog:server=${NGINX_TEST_PORT_8514_UDP_ADDR}:${NGINX_TEST_PORT_8514_UDP_PORT}; > > nginx: [alert] could not open error log file: open() > "/var/log/nginx/error.log" failed (13: Permission denied) > 2016/02/18 23:54:51 [warn] 12#12:

Re: Feature Request for access_log stdout;

2016-02-18 Thread Aleksandar Lazic
Hi. Am 18-02-2016 15:02, schrieb Aleksandar Lazic: Hi Andrew. Am 18-02-2016 10:16, schrieb Andrew Hutchings: [snipp] What version of Docker are you running? If it is prior to 1.9 you are likely to hit his bug: https://github.com/docker/docker/issues/6880 docker version Client: Versi

Re: Feature Request for access_log stdout;

2016-02-18 Thread Aleksandar Lazic
Hi Andrew. Am 18-02-2016 10:16, schrieb Andrew Hutchings: On 18/02/16 08:59, Andrew Hutchings wrote: Hi Aleksandar, On 17/02/16 19:04, Aleksandar Lazic wrote: Hi. Am 17-02-2016 16:47, schrieb Valentin V. Bartenev: On Wednesday 17 February 2016 16:26:01 Aleksandar Lazic wrote: Hi. how diff

Re: Feature Request for access_log stdout;

2016-02-18 Thread Andrew Hutchings
On 18/02/16 08:59, Andrew Hutchings wrote: Hi Aleksandar, On 17/02/16 19:04, Aleksandar Lazic wrote: Hi. Am 17-02-2016 16:47, schrieb Valentin V. Bartenev: On Wednesday 17 February 2016 16:26:01 Aleksandar Lazic wrote: Hi. how difficult is it to be able to add "access_log stdout;" to ngin

Re: Feature Request for access_log stdout;

2016-02-18 Thread Andrew Hutchings
Hi Aleksandar, On 17/02/16 19:04, Aleksandar Lazic wrote: Hi. Am 17-02-2016 16:47, schrieb Valentin V. Bartenev: On Wednesday 17 February 2016 16:26:01 Aleksandar Lazic wrote: Hi. how difficult is it to be able to add "access_log stdout;" to nginx, similar like "error_log stderr;"? I ask be

Re: Feature Request for access_log stdout;

2016-02-17 Thread Aleksandar Lazic
Hi. Am 17-02-2016 16:47, schrieb Valentin V. Bartenev: On Wednesday 17 February 2016 16:26:01 Aleksandar Lazic wrote: Hi. how difficult is it to be able to add "access_log stdout;" to nginx, similar like "error_log stderr;"? I ask because in some PaaS environment is it difficult to setup a de

Re: Feature Request for access_log stdout;

2016-02-17 Thread Valentin V. Bartenev
On Wednesday 17 February 2016 16:26:01 Aleksandar Lazic wrote: > Hi. > > how difficult is it to be able to add "access_log stdout;" to nginx, > similar like "error_log stderr;"? > > I ask because in some PaaS environment is it difficult to setup a > dedicated user yust for nginx. > > It fits a

Feature Request for access_log stdout;

2016-02-17 Thread Aleksandar Lazic
Hi. how difficult is it to be able to add "access_log stdout;" to nginx, similar like "error_log stderr;"? I ask because in some PaaS environment is it difficult to setup a dedicated user yust for nginx. It fits also a little bit better to http://12factor.net/logs BR Aleks ___