This is an old revision of the document!
I think it would be very useful if it would be possible to set log_ip from the webinterface. I have now set it with SSH:
<shell>
uci set system.@system[0].log_ip=192.168.254.1 uci commit reboot
</shell>
But I think that it could be useful for other people.
If setting log_ip all syslog messages gets sent to that IP address (where a syslog server should be running).
Any idea how to increase the log level of syslog, I want everything from logread/dmesg logged into remote syslog.
<shell> uci set system.@system[0].conloglevel=7 uci commit reboot </shell>
This will make it show everything except debugging messages.