Pass thru error details from remote APIs
[portal/ric-dashboard.git] / webapp-backend / src / main / resources / logback.xml
index 0d2348f..26c9ffb 100644 (file)
@@ -65,4 +65,7 @@
        <!-- Code under test should be chatty --> >
        <logger name="org.oransc.ric.portal.dashboard" level="DEBUG" />
 
+       <!-- Report URLs to the log -->
+       <logger name="org.springframework.web.client.RestTemplate" level="DEBUG" />
+
 </configuration>