Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Until then you can continue to use the same logback.xml used by other components that already log like portal/policy/aai/vid/clamp

...

languagejava
themeMidnight
linenumberstrue

...

https://gerrit.onap.org/r/#/c/62405

Code Block
languagejava
themeMidnight
linenumberstrue
#WIP/

spring.xml

Code Block
languagexml
themeMidnight
<aop:aspectj-autoproxy />
<beans>
        <bean class="org.onap.demo.logging.LoggingAspect" /> <!-- required even though we annotate with @Aspect -->
</beans>

...