zrhoffman commented on a change in pull request #5655:
URL: https://github.com/apache/trafficcontrol/pull/5655#discussion_r597120291
##########
File path: traffic_monitor/build/traffic_monitor.init
##########
@@ -63,7 +63,7 @@ start() {
# Start daemons.
echo -n $"Starting $name: "
- daemon nohup $prog $options < /dev/null >
/opt/traffic_monitor/var/log/traffic_monitor.log 2>&1 &
+ daemon nohup $prog $options < /dev/null >>
/opt/traffic_monitor/var/log/traffic_monitor.log 2>&1 &
Review comment:
Good point, and anything that the command `daemon` or `nohup` outputs to
stdout is captured by journald anyway. Removed in 3914e82170
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]