I'm trying to get the AT commands sent in the asset_tracker example written out together with the other printk statements. I have tried adding this to the prj.conf:
CONFIG_LOG=y
CONFIG_SERIAL=y
CONFIG_STDOUT_CONSOLE=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_LTE_LINK_CONTROL_LOG_LEVEL=4
I have also tried hardcoding '4' into the LOG_MODULE_REGISTER in lte_lc.c. I know others has this working, so is there something obvious I'm missing?