<div dir="ltr">I couldn't find rc.conf file. And I added the following. Is this the correct place ? Because I am still not getting the debug printfs.  <div><br><div><div>diff --git a/testsuite/include/rtems/bsd/test/default-init.h b/testsuite/include/rtems/bsd/test/default-init.h</div><div>index ab2ab3a..873c01a 100644</div><div>--- a/testsuite/include/rtems/bsd/test/default-init.h</div><div>+++ b/testsuite/include/rtems/bsd/test/default-init.h</div><div>@@ -39,6 +39,7 @@ rtems_task Init(</div><div> {</div><div>   rtems_status_code sc;</div><div> </div><div>+  rtems_bsd_setlogpriority("debug");</div><div>   puts( "*** " TEST_NAME " TEST ***" );</div><div> </div><div>   /*</div></div><div><br></div></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 5, 2016 at 1:52 PM, Chris Johns <span dir="ltr"><<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 05/07/2016 16:54, Deval Shah wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
1. I updated the rtems-libbsd to the latest version, and it looks like<br>
all the device_printf are closed in one of the update. I am not able to<br>
see any log coming from them. Is there any way to switch that on ?<br>
</blockquote>
<br></span>
You can either add:<br>
<br>
 syslog_priority="debug"<br>
<br>
to your rc.conf file or add a call in your init() to:<br>
<br>
rtems_bsd_setlogpriority("debug");<br>
<br>
The default state of debug is only suitable for developers and not users. As a result I have changed the default to suite users. Developers just need to enable a suitable priority.<span class="HOEnZb"><font color="#888888"><br>
<br>
Chris<br>
</font></span></blockquote></div><br></div>