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

Doesn't highlight continguous lines #186

Open
pgalbraith opened this issue Apr 25, 2024 · 1 comment
Open

Doesn't highlight continguous lines #186

pgalbraith opened this issue Apr 25, 2024 · 1 comment

Comments

@pgalbraith
Copy link

The plugin seems to think that messages end after the severity, regardless of the "message start" pattern which seems to be ignored.

image

Am I misinterpreting how these regex formats should be set up? Some documentation/help would be really nice.

image

Test log:

2024-04-25 08:08:53,354 [Test worker @coroutine#2] DEBUG i.v.c.l.LoggerFactory - Using io.vertx.core.logging.SLF4JLogDelegateFactory
2024-04-25 08:08:53,648 [DefaultDispatcher-worker-1 @coroutine#4] INFO  k.application - Autoreload is disabled because the development mode is off.
2024-04-25 08:08:53,669 [DefaultDispatcher-worker-1 @coroutine#4] INFO  k.application - Application started in 0.079 seconds.
2024-04-25 08:08:53,683 [DefaultDispatcher-worker-1 @coroutine#3] INFO  k.application - Responding at http://127.0.0.1:52766

Message pattern: ^(.+)\s\[(.*)\]\s(\S+)\s.*$

@peterpp
Copy link

peterpp commented Aug 18, 2024

I found out, that if you add parenthesis to the last part of the message pattern, it will work: ^(.+)\s\[(.*)\]\s(\S+)\s(.*)$

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

No branches or pull requests

3 participants