Add ui description for reporting dump_errors (#15264)

* Add ui description for reporting dump_errors
People were enabling this setting and breaking their installs for some reason.
Hopefully, this makes them think a little before enabling this setting.
It is intended for debugging purposes only.

* Fix style
This commit is contained in:
Tony Murray
2023-08-30 12:33:39 -05:00
committed by GitHub
parent 9c6fc31113
commit 30b5c40961
2 changed files with 5 additions and 1 deletions

View File

@@ -1275,6 +1275,10 @@ return [
'description' => 'Send Usage Reports',
'help' => 'Reports usage and versions to LibreNMS. To delete anonymous stats, visit the about page. You can view stats at https://stats.librenms.org',
],
'dump_errors' => [
'description' => 'Dump debug errors (Will break your install)',
'help' => 'Dump out errors that are normally hidden so you as a developer can find and fix the possible issues.',
],
],
'route_purge' => [
'description' => 'Route entries older than',