Add asserts to silence Sonar warnings re tests
[portal/ric-dashboard.git] / webapp-backend / src / main / resources / logback.xml
index 8a4efca..478e680 100644 (file)
@@ -3,7 +3,7 @@
   ========================LICENSE_START=================================
   O-RAN-SC
   %%
-  Copyright (C) 2019 AT&T Intellectual Property and Nokia
+  Copyright (C) 2019 AT&T Intellectual Property
   %%
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
                <appender-ref ref="FILE" />
        </root>
 
-       <!-- Code under test should be chatty --> >
-       <logger name="org.oransc.ric.portal.dashboard" level="DEBUG" />
+       <!-- Code not under test should not be chatty --> >
+       <logger name="org.oransc.ric.portal.dashboard" level="INFO" />
 
        <!-- Watch authentication done by EPSDK-FW -->
-       <logger name="org.onap.portalsdk.core.onboarding.crossapi" level="DEBUG" />
+       <logger name="org.onap.portalsdk.core.onboarding" level="INFO" />
 
        <!-- Report request URLs -->
        <logger name="org.springframework.web.client.RestTemplate" level="DEBUG" />