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
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.
The text was updated successfully, but these errors were encountered:
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~)
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.
The text was updated successfully, but these errors were encountered: