I am starting a python script at boot time via /etc/rc.local with myScript.py &
This script triggers a web-interface using curl. Everything runs well but I am getting all these
"rc.local[387]: % Total % Received % Xferd Average Speed Time Time Time Current"
entries in my /var/log/daemon.log
Is there an way to suppress those messages but not e.g. error messages from within the script?