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

"highlight links and code references in logs" doesn't work for single line log records #89

Closed
ury0005 opened this issue Mar 27, 2020 · 3 comments

Comments

@ury0005
Copy link

ury0005 commented Mar 27, 2020

If it is possible allow code references in single line log records, now those are working for multiline (stack traces) only.
I have code reference in every line of log, in otput console references are linked properly, but not in log viewer.

@huwenming-saw
Copy link

i have read part of the source code , in this file com/intellij/ideolog/util/IdeologDocumentContext.kt , in class IdeologDocumentContext#detectLogFileFormat() line 73
LogFileFormat(sumByMatcher.filter { it.second > 5 }.maxBy { it.second }?.first)
it required lines >5 then the file will repaint (The above is only my opinion~)

@ioannup
Copy link

ioannup commented Nov 23, 2023

+1

@ArtemKar123
Copy link
Collaborator

Fixed in #165. Will be released in the next version. Thanks for your feedback!

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

4 participants