What is the method Log Service

Hello everybody,

looking at my Analytics in backendless I found this entry:

All Clients - Log Service - Batch log

As this method alone consumes a lot of calls alone I fear that this method is relevant for my call limit for the Tier.

It would be helpful to understand where I can find more information about this and how I can control the amount of calls.

Thank you in advance for clarification.

Regards, Joerg

Hello Joerg,

When you use console.log() or any of the Backendless Logging APIs in your business logic (Cloud Code), these calls are batched and sent to the server to write down the log messages to the log file. To control the calls, you can simply disable the Codeless blocks responsible for logging and redeploy your logic.

Regards,
Mark