log-parser
log-parser copied to clipboard
A Tool that allows you to analyse, sort, filter, and search your logs. The added value is that all data is stored in Java objects that van be used for other purposes such as: assetions, reporting, aut...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/adobe/log-parser). ## Rate-Limited The following updates are currently...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.testng:testng](https://testng.org) ([source](https://togithub.com/testng-team/testng)) | `7.5.1` -> `7.10.2` |...
Now that we have corrected the recursice file finding, should allow the assertions to work on a file level
We should allow others to use log parser as an executable . Given a : - Log Path - A JSON with ParseDefinitions - output filename (If not set it...
We need a chapter on how this dependency is installed or integrated in a project.
It seems that we have a bug of when we set a value for the valueMap, we do not check if the header exists.
We have a bug where when the header (StdLogEntry.fetchHeaders) contains either key or frequence
move to streams. Replace direct access for fetchValueMap for updating values
We need to test the case of a log-parser used as a SDK. Thee seem to be some regressions there
It would make assertions easier if the log assertions could work with matchers `AssertLogData.assertLogMatches(String, ParseDefinitionEntry, Matcher)` And `AssertLogData.assertLogMatches(ParseDefinitionEntry, Matcher)`