Hi @Zakary Kurzawski ,
Welcome to Microsoft Q&A Platform!
The message you're seeing from C3P0 is likely being logged at the "INFO" level, but Azure Function App's logging configuration may treat certain INFO messages as errors, especially if they include specific keywords or patterns. This can happen due to differences in logging frameworks or configurations between your local environment (Eclipse) and Azure.
Since this message does not affect the functionality of your functions, you can safely ignore it. If it becomes a concern, you might consider adjusting the logging level in your Azure Function App to filter out such messages.
To help you better understand, kindly refer to the documentations below:
If you find the answer helpful, kindly click "Accept Answer" and upvote it. If you have any further questions or concerns, please feel free to reach out to us. We are happy to assist you.