Feature #14629
closedAdd option control LCDProc ``syslog`` behavior
100%
Description
Currently there is no way via the package config GUI to disable messages getting written to the /var/log/system.log. This results in a high frequency of LCDd messages filling up the log
Jul 29 20:03:00 pfSense LCDd30335: output states changed
Jul 29 20:03:06 pfSense LCDd30335: output states changed
Jul 29 20:03:12 pfSense LCDd30335: output states changed
Jul 29 20:03:18 pfSense LCDd30335: output states changed
Jul 29 20:03:24 pfSense LCDd30335: output states changed
Jul 29 20:03:30 pfSense LCDd30335: output states changed
Jul 29 20:03:36 pfSense LCDd30335: output states changed
Jul 29 20:03:41 pfSense LCDd30335: output states changed
Jul 29 20:03:47 pfSense LCDd30335: output states changed
Jul 29 20:03:53 pfSense LCDd30335: output states changed
Jul 29 20:03:59 pfSense LCDd30335: output states changed
Jul 29 20:04:05 pfSense LCDd30335: output states changed
Jul 29 20:04:11 pfSense LCDd30335: output states changed
Jul 29 20:04:17 pfSense LCDd30335: output states changed
Jul 29 20:04:23 pfSense LCDd30335: output states changed
Jul 29 20:04:29 pfSense LCDd30335: output states changed
Jul 29 20:04:35 pfSense LCDd30335: output states changed
Jul 29 20:04:41 pfSense LCDd30335: output states changed
Jul 29 20:04:47 pfSense LCDd30335: output states changed
Jul 29 20:04:53 pfSense LCDd30335: output states changed
Jul 29 20:04:59 pfSense LCDd30335: output states changed
Jul 29 20:05:05 pfSense LCDd30335: output states changed
Jul 29 20:05:11 pfSense LCDd30335: output states changed
Jul 29 20:05:17 pfSense LCDd30335: output states changed
Jul 29 20:05:23 pfSense LCDd30335: output states changed
Jul 29 20:05:28 pfSense LCDd30335: output states changed
Jul 29 20:05:34 pfSense LCDd30335: output states changed
Jul 29 20:05:40 pfSense LCDd30335: output states changed
Jul 29 20:05:46 pfSense LCDd30335: output states changed
Jul 29 20:05:52 pfSense LCDd30335: output states changed
Jul 29 20:05:58 pfSense LCDd30335: output states changed
Jul 29 20:06:04 pfSense LCDd30335: output states changed
There is a setting in the /usr/local/etc/LCDd.conf file that can be manually changed, but the file gets overwritten if you save the LCDPROC package settings again or restart the LCDPROC daemon
ReportToSyslog=no
Files