Align logback configuration 60/74560/6
authorFilip Krzywka <filip.krzywka@nokia.com>
Wed, 12 Dec 2018 07:11:30 +0000 (08:11 +0100)
committerFilip Krzywka <filip.krzywka@nokia.com>
Thu, 13 Dec 2018 08:26:44 +0000 (09:26 +0100)
commitea3c6f75e3289a667ca8887dc0b176843517060c
treec04b1036d9026450d38930c68b2e8ef9877764c2
parentccdbec825673153bd57681fa8e1e5a507f4f776b
Align logback configuration

- followed current logging guidelines in regard of format
- in simulators currently very simple (minimalistic) pattern will
be used as they do not contain any MDCs or Markers
- in main logbacks included three patterns varying on verbosity and
human-readability (for production full logging, ie. ONAP_LOG_PATTERN,
should be used)
- removed logback-test from domain module as it was not enabled anyway
(no dependency on logback) and we should never have need for logging
in this module
- made logback-tests consistent (using simple pattern) except in
component-tests, where it might be useful to have more verbose
output (including MDCs etc.)

Change-Id: Ifd851d12a77d5303b836a25c0e168e18a3a804e9
Issue-ID: DCAEGEN2-1026
Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
sources/hv-collector-core/src/test/resources/logback-test.xml
sources/hv-collector-ct/src/test/resources/logback-test.xml
sources/hv-collector-dcae-app-simulator/src/main/resources/logback.xml
sources/hv-collector-domain/src/test/resources/logback.xml [deleted file]
sources/hv-collector-health-check/pom.xml
sources/hv-collector-main/src/main/resources/logback.xml
sources/hv-collector-ssl/src/test/resources/logback-test.xml
sources/hv-collector-utils/src/test/resources/logback-test.xml
sources/hv-collector-xnf-simulator/src/main/resources/logback.xml