-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Make class clickable in Log stream (to open in IDE) #15761
Conversation
WOW! This is great 💯 ! |
@geoand - getting failures in Kubernetes - Standard for Windows. I am sure it's not related to this PR :) |
@phillip-kruger can you do me a favor and rebase the PR onto the latest master? My guess is that the failure will go away |
I'd to CI to verify what I have in mind - that is why I ask :) |
Signed-off-by:Phillip Kruger <[email protected]>
Re-based. Let's see ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting!
@geoand same issue after rebase. I am checking local to see if I can recreate it |
@geoand - that specific integration tests builds successful on my Linux box. Any advice how to proceed ? |
I'll merge the PR as the test is flakey and had since been disabled on main |
This PR make the classes in the log file clickable, to open the file, at the correct line number, in the user's IDE (if we could detect it)
It also makes some lines in a stacktrace clickable.
Signed-off-by:Phillip Kruger [email protected]