summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13Release logging-analytics1.6.4jenkins-releng14-14/+14
2020-02-13Refactoring POM's and .gitignoreSingal, Kapil (ks220y)28-361/+46
Removing IDE generated files Issue-ID: LOG-1200 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ie9182553ae5ea3ee1c852049678c92860a7eedb0
2020-02-13Fix tox.iniAric Gardner3-4/+21
python2 is EOL Issue-ID: CIMAN-33 Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> Change-Id: I547cb9ca20ae8befe144528dc9270f1fc9cf4d14
2020-02-12Merge "PayloadLoggingServletFilter update"Prudence Au1-5/+48
2020-02-10synch version to 1.6.4-SNAPSHOTSingal, Kapil (ks220y)2-3/+3
Issue-ID: LOG-1198 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I3d0f9055ba65e2f84a6b95bdd7fea3111052c6c2
2020-02-07synch versionSmokowski, Kevin (ks6305)14-14/+14
synch version Issue-ID: LOG-1198 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I852a62700b02f7c2b32c9b4b607183485755789b
2020-02-07PayloadLoggingServletFilter updateSmokowski, Kevin (ks6305)1-5/+48
limit PayloadLoggingServletFilter log record size Issue-ID: LOG-1197 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I8e13d2be26e61ad0ab18f097c30ef0b166e229db
2020-02-06Release 1.6.3Brittany Plummer (bp896r)14-13/+17
Issue-ID: LOG-1196 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com> Change-Id: Ie176fd9b518fdd92e53d3020712c27d3bbb03b4d
2020-02-06Update version.propertiesBrittany Plummer (bp896r)1-1/+1
Issue-ID: LOG-1196 Change-Id: I7d1860a9173a6ad70f3c1df5a4cc5c24faa69945 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2020-01-20Add new committer Kevin SmokowskiSingal, Kapil (ks220y)1-6/+8
Issue-ID: LOG-1188 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Iab050551228e98cd80988df5b5547147a1e87f9d
2020-01-13pom changesSmokowski, Kevin (ks6305)14-1189/+988
centralize maven compiler plugin config and organize poms Issue-ID: LOG-1193 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I8e6526f5709ea5773dd3214adddda15614daaff5
2020-01-13Merge "Added test scope to powermock dependency"Prudence Au2-0/+2
2020-01-10Added test scope to powermock dependencyBrittany Plummer (bp896r)2-0/+2
Issue-ID: LOG-1192 Change-Id: Ia5cdef545c57c8003913f961b6556c4057ca6544 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2020-01-01Changing delete commandSINGAL, KAPIL (ks220y)1-1/+1
-delete is causing exit 1 with error "No such file or directory." As it trying to delete files from ./.tox/* path. Adding -not -path "./.tox" to exclude path. Issue-ID: LOG-1173 Signed-off-by: SINGAL, KAPIL (ks220y) <ks220y@att.com> Change-Id: Ic04d5c660e5c2ba81f3d2a2f6646bf65782a8a7a
2019-12-16Removed check for X-ClientID header when setting partnerNameBrittany Plummer (bp896r)3-18/+0
Issue-ID: LOG-1191 Change-Id: I4247085b89f25d8bb244fa43a18a81c8ff35aff8 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2019-12-04Set InvocationID value from server and client invocationIdsBrittany Plummer (bp896r)6-0/+8
Issue-ID: LOG-1189 Change-Id: I471b3f415546d8950f17b91b8d6ac4d415fed076 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2019-11-18Split InvocationID into two MDC valuesBrittany Plummer (bp896r)20-45/+38
Issue-ID: LOG-1187 Change-Id: Ice156a1bb4665f747e46bc5305be547800f10c4c Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2019-11-07Merge "minor logging change"Pierre Rioux1-1/+1
2019-11-07minor logging changeSmokowski, Kevin (ks6305)1-1/+1
Setting X-InvocationID header for outgoing request changed from info to trace Issue-ID: LOG-1186 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I73bb6fdd21015a89a7fc16c4e93d810bc9755b40
2019-11-07HttpURLConnection metric supportSmokowski, Kevin (ks6305)1-0/+82
add java.net.HttpURLConnection metric util Issue-ID: LOG-1172 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I60b1c59d1dd40f44a92dc1e92e406129830abf91
2019-10-31remove getServiceName from metric filterSmokowski, Kevin (ks6305)3-16/+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-10-30update getBasicAuthUserNameSmokowski, Kevin (ks6305)2-1/+13
prevent excess error throwing in getBasicAuthUserName Issue-ID: LOG-1184 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I226185ef19525095dbb9e5f480e43bd7b087bf8f
2019-10-29Merge "Added log line to indicate empty entity on responses in payload filter "Avdhut Kholkar1-0/+2
2019-10-28Added log line to indicate empty entity on responses in payload filter Brittany Plummer (bp896r)1-0/+2
Issue-ID: LOG-1183 Change-Id: I5e5f2cbbbddc0dada8940f5a4c553a6c9f315f06 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2019-10-24Rolling Project Version to 1.6.2-SNAPSHOTSingal, Kapil (ks220y)13-41/+41
Issue-ID: LOG-1180 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I0be4f06a08b1ff1877b57a21bf57596b402c15fd
2019-10-23Release 1.6.1Prudence Au1-0/+4
Issue-ID: LOG-1177 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I45781593508d3fd709d4ca6836f5748c9c141df3
2019-10-23version updatesSmokowski, Kevin (ks6305)15-19/+19
setup for 1.6.1-SNAPSHOT Issue-ID: LOG-1177 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I520e5cf5e4b17913db34aa60be31ddbd10c0b753
2019-10-23Merge "Remove logging lines that are clogging up logs"Pierre Rioux1-4/+0
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-23Fixing version in pylog pomSingal, Kapil (ks220y)1-3/+3
Changing version from 1.5.1 to 1.6.0 in logging-pylog pom Issue-ID: LOG-1175 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I5f86ecf00e0f44bf2b613026a2159ec5436be65e
2019-10-21Release 1.6.0Smokowski, Kevin (ks6305)14-17/+22
Release 1.6.0 Issue-ID: LOG-1168 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: I5951df4d08f9ebfa42a9ff8400db073e6a091cf1
2019-10-18Merge "enhance AbstractMetricLogFilter"Pierre Rioux2-0/+12
2019-10-18enhance AbstractMetricLogFilterSmokowski, Kevin (ks6305)2-0/+12
make metric filters easily extendable Issue-ID: LOG-1171 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> Change-Id: Ibd3f96cc8abbfa4728605f9f4c4d2472475b2dba
2019-10-18Generate InvocationID UUID on outgoing requests and use X-InvocationIDBrittany Plummer (bp896r)6-8/+11
Issue-ID: LOG-1170 Change-Id: I89fd007bf80fbea1a743d6eb4776fddb07103b46 Signed-off-by: Brittany Plummer (bp896r) <bp896r@att.com>
2019-10-15Merge "Changing Goal to identify Base Dir"Pierre Rioux1-1/+1
2019-10-15Merge "Update method setMDCPartnerName in MDCSetup class"Pierre Rioux3-14/+70
2019-10-11Merge "Added catching error when calculating elapsedTime."Pierre Rioux1-14/+24
2019-10-11Update release notes with all the known issuesPrudence Au1-0/+8
Issue-ID: LOG-1135 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Ie7ff5fdb8e198ed3a6089330df0e48bba15f9c4d
2019-10-08Include the unresolved OJSI tickets in the release notesPrudence Au1-4/+8
Issue-ID: LOG-1148 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Ic364bc12ea0ae82fb931499af7d1e61ae152d8eb
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-08Changing Goal to identify Base DirSingal, Kapil (ks220y)1-1/+1
Changing directory-maven-plugin goal to highest-basedir to identify root directory Issue-ID: LOG-1162 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I64062cc8dfaa079ae03ec648baeb42ce20416ad5
2019-10-08Update method setMDCPartnerName in MDCSetup classSmokowski, Kevin (ks6305)3-14/+70
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-10-06Update version of logging-analytics jar to 1.5.1Prudence Au1-3/+5
Issue-ID: LOG-1140 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I25e91284d3e32d0a7b466a25fb6d42ef227b0fc7
2019-10-04Release 1.5.1Prudence Au1-0/+5
Issue-ID: LOG-1149 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I21e471a5f0135385e096258a236df32f0afdb8e8
2019-10-04Update to version 1.5.1Prudence Au6-6/+6
Issue-ID: LOG-1149 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I6b79884bee8670927a7269f2f4b391e41403798a
2019-10-03Update version to 1.5.1Prudence Au1-1/+1
Issue-ID: LOG-1149 Signed-off-by: Prudece Au <prudence.au@amdocs.com> Change-Id: I1221a97ac503e25371cdcc072dddf4d85ae22eca
2019-10-03Update version to 1.5.1-SNAPSHOTMarcus G K Williams12-12/+12
Issue-ID: LOG-1149 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Change-Id: Ia443205937060b8a488cb0f015523019d02697fe
2019-10-03Add OOF ComponentMarcus G K Williams1-1/+2
Add OOF Component, as OOF is a bonifide ONAP project. This also solves a bug in SO where OOF Homing is trying to log but does not find ONAPComponents.OOF and fails homing. Issue-ID: SO-2378 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Change-Id: I7bc3535c5c283bcc969a0dcc2288676a3a7807f1
2019-10-03Fixed warnings in release notesPrudence Au1-16/+3
Issue-ID: LOG-1135 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: Ibb4cf37060227344489be4ce35dccc22f4662bbd
2019-10-03El Alto release notes updatePrudence Au1-0/+99
Issue-ID: LOG-1135 Signed-off-by: Prudence Au <prudence.au@amdocs.com> Change-Id: I5739955d9fdb5f74ea7919c2471568a9eba0f7e6