We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f6d98 commit 8ce9088Copy full SHA for 8ce9088
1 file changed
lib/server-code/runners/tasks/executor.js
@@ -66,6 +66,7 @@ function initClientSdk(task) {
66
if (task.initAppData) {
67
Backendless.serverURL = task.initAppData.url;
68
Backendless.initApp(task.applicationId, task.initAppData.secretKey, task.initAppData.appVersionName);
69
+ Backendless.Logging.setLogReportingPolicy(1, 0);
70
}
71
72
0 commit comments