Actions
Feature #15986
openstatus_output: increase system log file length, currently limited to 1000 entries
Status:
New
Priority:
Normal
Assignee:
-
Category:
Diagnostics
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Description
For troubleshooting purposes it would be nice for the system.log captured with status.php to gather more than 1000 lines.
By comparison a tnsr-diag typically captures up to 50 thousand lines or more of syslog, which doesn't seem to be a problem.
Currently all logs captured with the `status_log_add` function in `status_output.inc` are limited to 1000 entries.
Not sure if it would be better to just increase the global value, or break out the system.log and increase that.
Actions