Community
Participate
Working Groups
Created attachment 211486 [details] use standalone log function When using Sierra Wireless Lua framework, logging functions uses the log library from framework. It calls redefined 'print' which try to send the content to IDE. The problem is that sending content to IDE also log something. So we have log => print => send_xml => log => ... The proposed patch does not try to load any existing 'log' module and use a standalone function (output directly to console).
fix in 5ba3385055595b2ae2e9f1c2dc06f651ad12a047