mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user