diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-10 10:53:20 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-06-10 11:50:01 +0200 |
commit | 1efee417abaaa07344f4dbb239d2456841faa091 (patch) | |
tree | a517097a508ad21bb948c3891d9b97fbeeeb11da /sparkybe-onap-application/config/logging | |
parent | f71b22fc3411442c6398866f0c29cbf8f129f26c (diff) |
Add sparky-be integration test
- run spring-boot integration test for the AggregateSummaryProcessor in the main sparkybe-onap-application module [1]
[1] this is specifically ensuring the proper creation of the beans in the spring context which is done using the spring-beans xml files.
In order to replace this outdated approach some time in the future, there have to be integration tests to ensure the proper injection
Issue-ID: AAI-3860
Change-Id: Id1488482ba852cce7407aba3e700fba5dd48ae99
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'sparkybe-onap-application/config/logging')
-rw-r--r-- | sparkybe-onap-application/config/logging/logback.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sparkybe-onap-application/config/logging/logback.xml b/sparkybe-onap-application/config/logging/logback.xml index 3d132b7..0838bda 100644 --- a/sparkybe-onap-application/config/logging/logback.xml +++ b/sparkybe-onap-application/config/logging/logback.xml @@ -164,8 +164,8 @@ <logger name="ch.qos.logback.classic" level="WARN" /> <logger name="ch.qos.logback.core" level="WARN" /> - <root> - <appender-ref ref="asyncEELF" /> + <root level="INFO"> + <appender-ref ref="STDOUT" /> <!-- <appender-ref ref="asyncEELFDebug" /> --> </root> |