chore(cluster) Bump "reconfigure" event log level to info
The dataplane receiving a configuration update from the controlplane is a significant event and worthy of note. This PR changes the log level from debug to info.
(It's possible that notice would be even more appropriate.)
@lukego do we need similar change in: https://github.com/Kong/kong/blob/master/kong/clustering/wrpc_data_plane.lua
(I don't know that code too well).
It'd be really beneficial if we get the START_TIME and the END_TIME of that event
It'd be really beneficial if we get the START_TIME and the END_TIME of that event
Let's do it in another PR.
I don't feel this PR is really that useful, and it might generate noisy logs entries too.
Closing because this could be noisy. We will reconsider this in the future.