log aop lib aspectj package fix 13/62413/2
authorMichael O'Brien <frank.obrien@amdocs.com>
Fri, 24 Aug 2018 19:54:07 +0000 (15:54 -0400)
committerMichael O'Brien <frank.obrien@amdocs.com>
Fri, 24 Aug 2018 19:58:19 +0000 (15:58 -0400)
Change-Id: Id8c51d443a6af97ca7f82c315aee981408e32262
Issue-ID: LOG-137
Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
reference/logging-demo/src/main/webapp/WEB-INF/spring.xml

index 2b4d585..c6b33aa 100644 (file)
@@ -37,7 +37,7 @@
     <!-- enable logging AOP proxies -->
     <aop:aspectj-autoproxy />
     <beans>
-        <bean class="org.onap.demo.logging.LoggingAspect" /> <!-- required even though we annotate with @Aspect -->
+        <bean class="org.onap.logging.library.LoggingAspect" /> <!-- required even though we annotate with @Aspect -->
     </beans>
 </beans>