f5devcentral / BigStats

Push BIG-IP stats to remote destinations: http(s), statsd, etc
MIT License
14 stars 9 forks source link

Set default iteration-limit to 'debug' mode #91

Open npearce opened 5 years ago

npearce commented 5 years ago

As debug mode has the potential of generating a LOT of log data, especially for devices with many services, debug modem, when set to 'true', should execute for 'n' iterations before automatically returning to 'false'.

Suggested default: '3' iterations of the configured 'config.interval'. Optional: provide 'config.debugCount' setting to override default value.