...
Until then you can continue to use the same logback.xml used by other components that already log like portal/policy/aai/vid/clamp
...
language | java |
---|---|
theme | Midnight |
linenumbers | true |
...
https://gerrit.onap.org/r/#/c/62405
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
#WIP |
spring.xml
Code Block | ||||
---|---|---|---|---|
| ||||
<aop:aspectj-autoproxy /> <beans> <bean class="org.onap.demo.logging.LoggingAspect" /> <!-- required even though we annotate with @Aspect --> </beans> |
...