Disable Batch Log

Something called “Batch log” has caused about 7,000 API calls on my app in the past 30 days. The vast majority of these calls are made from Business Logic code. I have no idea what this is, and I do not believe I am calling this directly.

What is “Batch log” and how can I disable it so those calls are not counted against my limits?

Hello,

Do you use the console.log() function in your business logic code? console.log routes all the log entries into the Backendless logging API system.

Regards,
Mark