Worklight: send client logs to server
问题 I am using worklight 6.1 and I'm trying to send logs that are created in my client to the server in order to be able to view the logs in case the application crashes. What I have done is (based on this link http://pic.dhe.ibm.com/infocenter/wrklight/v5r0m6/index.jsp?topic=%2Fcom.ibm.worklight.help.doc%2Fdevref%2Fc_using_client_log_capture.html): Set the below in wlInitOptions.js logger : { enabled: true, level: 'debug', stringify: true, pretty: false, tag: { level: false, pkg: true },