-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow adding the path and the file in the data #117
Labels
enhancement
New feature or request
Comments
baubakg
added a commit
that referenced
this issue
Jun 14, 2024
baubakg
changed the title
Allow adding part of the path in the data
Allow adding the path and the file in the data
Jun 14, 2024
baubakg
added a commit
that referenced
this issue
Jun 15, 2024
* Fixed #123 Adding the size of the files being parsed, and total size in bytes being parsed. * Fixed #119 : We have now fixed the deprecated newInstance() method. Also we have encpsulated exceptions into a try catch * Fixed #119 : We have now fixed the deprecated newInstance() method. Also we have encpsulated exceptions into a try catch * Fixed issue with hard-coded Generic entry in LogData * First fix for issues #117 & #116 we can now also include the files and their paths in the results * Fixed #117 tested with JSON * Fixing javadoc * Raising coverage, and added an SDK example for the tests * Clarified some of the exceptions * Adding missing log file
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When parsing nested log files, the path may be of importance. in these cases it is good to also keep the relative path
When parsing nested log files, the log file name may be important.
We should provide an option to include the file name in the log data
The text was updated successfully, but these errors were encountered: