Remove AlertSeverity from logback in drools-pdp 69/94369/3
authorJim Hahn <jrh3@att.com>
Tue, 27 Aug 2019 18:37:50 +0000 (14:37 -0400)
committerJim Hahn <jrh3@att.com>
Thu, 29 Aug 2019 21:52:03 +0000 (17:52 -0400)
commit60449686fb38104c4232650f7e4423d9d348c221
tree2725de3c5967ec2c93c43d1a5a95b9d9997a13ca
parent8f8a41dc02eb7f2c4c1e607fc3cb97f2c04c42e0
Remove AlertSeverity from logback in drools-pdp

Merged severity and AlertSeverity in the MDC, and updated the
logback xml files accordingly.
The logback patterns for the metrics log had a place for
both Severity and AlertSeverity; the latter was replaced with an
empty place-holder so-as to maintain the same position for
the other fields.

Change-Id: Ic0977e1133cc4219394f2d71ca8ebae080620e0b
Issue-ID: POLICY-1989
Signed-off-by: Jim Hahn <jrh3@att.com>
feature-eelf/src/main/feature/config/logback-eelf.xml
policy-management/src/main/server/config/logback.xml
policy-utils/src/main/java/org/onap/policy/drools/utils/logging/MdcTransaction.java
policy-utils/src/main/java/org/onap/policy/drools/utils/logging/MdcTransactionConstants.java
policy-utils/src/main/java/org/onap/policy/drools/utils/logging/MdcTransactionImpl.java
policy-utils/src/test/java/org/onap/policy/drools/utils/logging/MdcTransactionTest.java
policy-utils/src/test/resources/logback-test.xml