-
Notifications
You must be signed in to change notification settings - Fork 69
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
Can add one more rule which judging by user provided pattern #41
Comments
I'm not sure I understand what you're proposing here. Can you provide a specific example of an actual stack trace that isn't supported today? |
@igorpeshansky As below, what I want is the stacktrace combined with previous one line as single line. In curent detect exception implementation, the first line of java stacktrace starting with one of
I made simple change to get this. Later I will commit the change. But I am not Ruby developer, so it is better for some others can implement it.
|
matcher configuration:
|
Provide a pattern parameter, such as time pattern.
If match, flush buffer and add current record to buffer. If not add current record to buffer only without flush.
Because it is not friendly if starts with message contains
Exception|Error|Throwable|V8 errors stack trace
The text was updated successfully, but these errors were encountered: