-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Option to ignore lines that don't have valid timestamp? #42
Comments
The non-timestamped content shouldn't break the merging of the logs, it just appends the non-timestamped content as part of the most recent timestamped line. But I have a working update that drops non-timestamped logs altogether - the switch is "--ignore_non_timestamped". You'll be able to see it in the demo mode using "logmerger --demo --ignore_non_timestamped" |
Ah, cool! I'll have to try it. |
I haven't pushed a release with this yet, but you can pull it from the master branch in the repo. |
I am working with some logs that have some other content sprinkled in. I would be fine with removing it though as long as it could still merge based on the lines that do have the right log format. So basically, it would be great to have an option that just ignored all invalid lines.
The text was updated successfully, but these errors were encountered: