log-parser icon indicating copy to clipboard operation
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...

Results 47 log-parser issues
Sort by recently updated
recently updated
newest added

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...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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

enhancement

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...

enhancement

We need a chapter on how this dependency is installed or integrated in a project.

documentation
good first issue

It seems that we have a bug of when we set a value for the valueMap, we do not check if the header exists.

documentation

We have a bug where when the header (StdLogEntry.fetchHeaders) contains either key or frequence

bug

move to streams. Replace direct access for fetchValueMap for updating values

Refactoring

We need to test the case of a log-parser used as a SDK. Thee seem to be some regressions there

documentation

It would make assertions easier if the log assertions could work with matchers `AssertLogData.assertLogMatches(String, ParseDefinitionEntry, Matcher)` And `AssertLogData.assertLogMatches(ParseDefinitionEntry, Matcher)`

enhancement
good first issue