gulbrain
6 discussion posts
I have a few log files whereby I have "things" in the file that span several lines and I'd like to highlight those easily.
INFO: Method called with arguments (<java.lang.String>[select some, columns
from a_table_or_few
where one_condition
and two_condition
and three_condition
order by four]) by sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) returns oracle.jdbc.driver.OraclePreparedStatementWrapper@3516bcad in 0 ms
It would be nice to highlight just that text, not the whole line.
The nature of the log also has pauses when the application is not performing as expected. It would be nice to mark or highlight lines that don't appear in the log for a minimum amount of time - thus pointing me directly to where the application is slowest : or I left the browser alone for a few minutes (!).
And finally - it would be nice to highlight (or rather lowlight) lines that occur far too often and aren't atall interesting : and not have a marker in the scrollbar for those.
If anyone has any tips to achieve one or more of these, it would really help me.
Thanks.
I've added these to our feature request list, and if we're able to implement them in a future version, we'll be sure to let you know!