<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nRF91 Zephyr enable LTE logging</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41742/nrf91-zephyr-enable-lte-logging</link><description>Hi! 
 I am currently evaluating the nRF91. For testing reasons I want to enable the debug logging for the lte link control. I checked the Zephyr documentation etc. but I was not able to enable logging and get some more debug information. 
 How can I enable</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Dec 2018 12:22:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41742/nrf91-zephyr-enable-lte-logging" /><item><title>RE: nRF91 Zephyr enable LTE logging</title><link>https://devzone.nordicsemi.com/thread/162495?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 12:22:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d9dd3b5-f536-4d9d-becf-96bae6aed62c</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can enable UART logging in your applikations prj.conf file by adding the following lines:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LOG=y
CONFIG_SERIAL=y
CONFIG_STDOUT_CONSOLE=y
CONFIG_UART_INTERRUPT_DRIVEN=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;To get debug information from LTE Link Control you should also add:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_LTE_LINK_CONTROL_LOG_LEVEL=4&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF91 Zephyr enable LTE logging</title><link>https://devzone.nordicsemi.com/thread/162494?ContentTypeID=1</link><pubDate>Wed, 19 Dec 2018 12:15:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba3c0130-4a15-41f9-a70d-6aa0b1338d01</guid><dc:creator>Dominik Windhab</dc:creator><description>&lt;p&gt;I just found a possible way: prj.conf add line &amp;quot;CONFIG_LOG=y&amp;quot;.&lt;/p&gt;
&lt;p&gt;Could somebody please confirm that&amp;nbsp;this is the prefered way?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>