You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2018/05/30 16:51:48 UTC

[incubator-pulsar] branch master updated: Supervisord configurations shouldn't specify stderr logfile (#1867)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 430e888  Supervisord configurations shouldn't specify stderr logfile (#1867)
430e888 is described below

commit 430e888f3bcf8e91fbca13bf69b5b3a9813ecd53
Author: Ivan Kelly <iv...@apache.org>
AuthorDate: Wed May 30 18:51:37 2018 +0200

    Supervisord configurations shouldn't specify stderr logfile (#1867)
    
    As it already being redirected to stderr. Configuring both causes a
    warning in the log.
---
 tests/docker-images/latest-version-image/conf/proxy.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/docker-images/latest-version-image/conf/proxy.conf b/tests/docker-images/latest-version-image/conf/proxy.conf
index 359e657..b812750 100644
--- a/tests/docker-images/latest-version-image/conf/proxy.conf
+++ b/tests/docker-images/latest-version-image/conf/proxy.conf
@@ -21,7 +21,6 @@
 autostart=false
 redirect_stderr=true
 stdout_logfile=/var/log/pulsar/proxy.log
-stderr_logfile=/var/log/pulsar/proxy-stderr.log
 directory=/pulsar
 environment=PULSAR_MEM=-Xms128M
 command=/pulsar/bin/pulsar proxy

-- 
To stop receiving notification emails like this one, please contact
sijie@apache.org.