You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2019/09/06 16:29:36 UTC

[trafficserver] branch 8.0.x updated: Enable stdout logging on FreeBSD

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

zwoop pushed a commit to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/8.0.x by this push:
     new 094816d  Enable stdout logging on FreeBSD
094816d is described below

commit 094816d065f2d3bf489b02a5873f0925d17d5e24
Author: Ask Bjørn Hansen <as...@apache.org>
AuthorDate: Thu Sep 5 15:54:55 2019 -0700

    Enable stdout logging on FreeBSD
    
    (cherry picked from commit cda2d845e638011e4c4854c4e3b355b48a43cdc5)
---
 rc/trafficserver.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc/trafficserver.in b/rc/trafficserver.in
index 9d72a46..b5036d9 100644
--- a/rc/trafficserver.in
+++ b/rc/trafficserver.in
@@ -331,7 +331,7 @@ case "$1" in
             echo "Starting ${TS_PACKAGE_NAME}"
             name="$TM_NAME"
             command="/usr/sbin/daemon"
-            command_args="$TM_DAEMON $TM_DAEMON_ARGS"
+            command_args="-o $STDOUTLOG $TM_DAEMON $TM_DAEMON_ARGS"
             pidfile="$TM_PIDFILE"
             run_rc_command "$1"
         else