- Configure systemd to discard stdout and stderr. Add these lines to to
/etc/systemd/system/replicated-uiat the end of the[Service]section:
StandardOutput=null
StandardError=null
- Configure docker to discard stdout and stderr. Edit
/etc/default/replicatedor/etc/sysconfig/replicatedto disable the log driver:
REPLICATED_UI_OPTS=" --log-driver none"
sudo systemctl daemon-reload && sudo systemctl restart replicated-ui