summaryrefslogtreecommitdiffstats
path: root/reference/logging-filter/logging-filter-base/src/main/java/org/onap/logging/filter/base/MDCSetup.java
AgeCommit message (Collapse)AuthorFilesLines
2019-10-23Remove logging lines that are clogging up logsBrittany Plummer (bp896r)1-4/+0
Issue-ID: LOG-1176 Change-Id: Idc1854070e595fed0fc669b1e43445a3569a7841 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2019-10-15Merge "Update method setMDCPartnerName in MDCSetup class"Pierre Rioux1-14/+51
2019-10-08Added catching error when calculating elapsedTime.Brittany Plummer (bp896r)1-14/+24
Issue-ID: LOG-1148 Change-Id: I8f94b066e1841322199c95f7de82c1a4e76fcd2f Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2019-10-08Update method setMDCPartnerName in MDCSetup classSmokowski, Kevin (ks6305)1-14/+51
read partner name from authorization header when possible Issue-ID: LOG-1161 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I489a0cfe88e845b7e8a4234240601064f8728640
2019-09-12Updated setTargetEntity to accept ONAPComponentsList interfaceBrittany Plummer (bp896r)1-1/+1
Issue-ID: LOG-1130 Change-Id: I8e69d64bef18589c9eabb785ab4671c265f517b9 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2019-09-11Restore MDC SetupSmokowski, Kevin (ks6305)1-0/+222
MDCSetup was renamed to AbstractFilter and made abstract. This reverts those changes Issue-ID: LOG-1128 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I861ea441a66e5bc929e2efea22b690b4fddc3059
2019-09-10updating logging filtersSmokowski, Kevin (ks6305)1-212/+0
maximize re-use in logging filter classes Issue-ID: LOG-1125 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I063d57635fe56a60d97945873d0c7b64852182a5
2019-08-29Add JAX-RS and Spring filters for setting up MDCBrittany Plummer (bp896r)1-0/+212
Issue-ID: LOG-1113 Change-Id: I7167943384e3983c7eced1c969ed51fcd8130c88 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>