|
||||||||||
Stephen Waits said:
> syslogd related..
>
> In the WebGUI, the "Number of log entries to show:" always changes to 1.
> I normally leave it at 50.
Yep, I can confirm that. The value is saved properly, though. To fix,
change line 35 in diag_logs_settings.php to:
$pconfig['nentries'] = $config['syslog']['nentries'];
(i.e. removing the isset() function call). That's what you get from too
much copy & pasting! ;)
Thanks for figuring this out!
- Manuel |