logs output between GX400 and 450

Hi,
The logs going to the IDE console was actually a ‘bug’. Logs are now always redirected to the ALEOS logs.
If you needs prints on the IDE console you can use print() function. Alternatively you can also redefine the log.displaylogger(module, severity, msg) function in the log module in order to use printf instead of the internal ALEOS logger. (log.displaylogger = function …)
Have a look to log documentation : source.sierrawireless.com/resour … 0/log.html