<?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>How to control fs_nvs LOG output</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/107845/how-to-control-fs_nvs-log-output</link><description>This is my environment 
 
 IDE: VSC 
 SDK: NCS v2.2.0 
 nRF52832 on custom hardware 
 
 I&amp;#39;ve got NVS functionality on my firmware enabled, and have set up logging in my NVS code so I can see that things are working as expected whilst I&amp;#39;m putting everything</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 29 Jan 2024 11:12:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/107845/how-to-control-fs_nvs-log-output" /><item><title>RE: How to control fs_nvs LOG output</title><link>https://devzone.nordicsemi.com/thread/466453?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 11:12:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71e23691-a32f-46d2-8c1c-5b0e0d69aac3</guid><dc:creator>Mike Austin (LPI)</dc:creator><description>&lt;p&gt;Thanks&amp;nbsp;&lt;span&gt;J&amp;oslash;rgen.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I was halfway there - was trying to set CONFIG_NVS_LOG_LEVEL=2 in my proj.conf but of course that CONFIG isn&amp;rsquo;t defined outside of the NVS.c environment.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Mike&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to control fs_nvs LOG output</title><link>https://devzone.nordicsemi.com/thread/466400?ContentTypeID=1</link><pubDate>Mon, 29 Jan 2024 08:21:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31e16f68-81d6-4119-abe0-82afaa2e209a</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The log levels are configured using Kconfig symbols in your prj.conf file.&lt;/p&gt;
&lt;p&gt;See the Kconfig reference for&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.1/kconfig/index.html#!CONFIG_NVS_LOG_LEVEL"&gt;CONFIG_NVS_LOG_LEVEL&lt;/a&gt;. For instance, to set log level to warning, add this to your prj.conf:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_NVS_LOG_LEVEL_WRN=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>