Skip to content
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

Handle multiline log event (stack traces) #10

Open
bric3 opened this issue Mar 29, 2021 · 1 comment
Open

Handle multiline log event (stack traces) #10

bric3 opened this issue Mar 29, 2021 · 1 comment

Comments

@bric3
Copy link
Owner

bric3 commented Mar 29, 2021

Currently the code is only able to process single line log messages. However it's possible to have multiline log messages.

Scope

In particular this ticket is about handling stacktraces, which usually starts with with whitespaces. I am not familiar with stacktraces in other languages, so the goal of this ticket is to focus on Java stack traces that may appear in a log trail.

Out of scope

  • Multi line log messages not starting by a whitespace
  • Stacktraces of other than Java
@bric3 bric3 changed the title Handle multiline log event Handle multiline log event (stack traces) Mar 29, 2021
@bric3
Copy link
Owner Author

bric3 commented May 22, 2021

This could be implemented as a normalizing step that can understand stacktrace and adds it as a metadata / placeholder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant