summaryrefslogtreecommitdiffstats
path: root/reference/logging-filter/logging-filter-spring/src/main/java/org/onap/logging/filter
AgeCommit message (Collapse)AuthorFilesLines
2020-03-03Added new annotation for ScheduledLoggingBrittany Plummer (bp896r)1-0/+49
Issue-ID: LOG-1208 Change-Id: If6d8f8c18affcec8a11eab877f6f716ed34909ba Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2019-10-31remove getServiceName from metric filterSmokowski, Kevin (ks6305)1-5/+0
remove getServiceName from metric filter should be handled elsewhere Issue-ID: LOG-1185 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I951bb3f9d5135743d85a863501da510360b80d53
2019-09-24Refactoring PayloadLoggingServletFilterSingal, Kapil (ks220y)1-2/+2
Replacing try-catch-finally for all Streams with try-with-resource Issue-ID: LOG-1147 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I352096a3c95277770734f7844c4b890f31df61da
2019-09-11Update StatusLoggingInterceptorSmokowski, Kevin (ks6305)1-3/+2
StatusLoggingInterceptor should not extend PayloadLoggingServletFilter Issue-ID: LOG-1127 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: Ic66ee14445efd57c92b4fcc894ec0b4c5470a441
2019-09-10updating logging filtersSmokowski, Kevin (ks6305)4-130/+192
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)3-0/+296
Issue-ID: LOG-1113 Change-Id: I7167943384e3983c7eced1c969ed51fcd8130c88 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>