--
You received this message because you are subscribed to the Google Groups "proxysql" group.
To unsubscribe from this group and stop receiving emails from it, send an email to proxysql+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/proxysql/26cd4804-7207-4cb1-a54c-1457fe9e7b56n%40googlegroups.com.
Hi René,
Apologies for the delayed response. I missed your reply.
The log entries I was referring to are ProxySQL cluster connection success logs.
It seems that INFO-level logs are generated for every new link established between nodes.
For example:
| 2025-03-12 10:11:36 [INFO] Received PROXYSQL CLUSTER_NODE_UUID from x.xx.xxx.xxx:42198 : xxxxxxxxxx4e7d-97c6-5f191dca1c71 0.0.0.0:6032 |
| 2025-03-12 10:11:36 [INFO] Created new link with Cluster node x.xx.xxx.xxx:42198 : xxxxxxxxxx4e7d-97c6-5f191dca1c71 at interface 0.0.0.0:6032 |
Since our system frequently scales in and out, these logs, along with other INFO-level messages, generate significant noise.
While INFO logs are useful, having the ability to control verbosity would be beneficial, especially given the impact on our log collection pipeline and costs.
To address this, I explored existing options and came across this PR, which introduces log verbosity controls.
Disabling INFO-level logs in some environments has reduced log collection costs by approximately 30%.
Would you consider adding an option to adjust log verbosity to help mitigate this issue?
Thanks,
Peter