WesternGun opened a new issue, #16:
URL: https://github.com/apache/logging-chainsaw/issues/16
I have logs lines with `(%t)` like:
(Camel (camel-1) thread #17 - Split)
or
(Camel (camel-1) thread #4 - JmsConsumer[my.queue])
I see that chainsaw will stop parsing the thread name at the first right
parenthesis, and consider the rest as message. I think it should consider the
levels; like push the left parenthesis into a stack, and whenever it sees a
right parenthesis, pops out a left paring one, if stack is not empty, continue
parsing this token.
Now the workaround is to change the log format to be like `-{%t}-`, and
configure chainsaw to be the same. That is fine at dev time, but will not solve
production issue when the format is fixed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]