datalust / seq-forwarder

Local collection and reliable forwarding of log data to Seq
Apache License 2.0
57 stars 15 forks source link

Background level check for API keys #29

Closed nblumhardt closed 6 years ago

nblumhardt commented 6 years ago

2 omits a background check for changes in the logging level associated with an API key; each active API key should be checked every two minutes for level changes even when no events are being forwarded.

nblumhardt commented 6 years ago

Cancel that - the existing implementation already accommodates it with a two-minute periodic check.