Payoneer utilizes Coralogix to manage logs from different environments, each with its own account and log limit, which is priced separately. The challenge lies in managing log usage, particularly in non-production environments where developers can set their own log levels, potentially leading to rapid quota exhaustion. To address this, Payoneer implemented a solution using Azure Functions, which provides a cost-effective way to manage logs without manual intervention. Azure Functions were chosen due to their seamless integration with Azure's cloud services and the availability of a generous free tier, allowing Payoneer to monitor and control log costs efficiently. By implementing Coralogix rules, such as block rules using RegEx, they can filter logs to save on ingestion costs. This system not only helps reduce unnecessary log entries but also provides visibility into which applications generate the most log data, enabling collaboration with developers to further optimize log usage.