You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin seems to think that messages end after the severity, regardless of the "message start" pattern which seems to be ignored.
Am I misinterpreting how these regex formats should be set up? Some documentation/help would be really nice.
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.*$
The text was updated successfully, but these errors were encountered:
The plugin seems to think that messages end after the severity, regardless of the "message start" pattern which seems to be ignored.
Am I misinterpreting how these regex formats should be set up? Some documentation/help would be really nice.
Test log:
Message pattern:
^(.+)\s\[(.*)\]\s(\S+)\s.*$
The text was updated successfully, but these errors were encountered: