anb0s / LogViewer

Eclipse Plug-in for tailing log files and eclipse consoles (e.g. SVN, Java Stack Trace, CDT), including syntax coloring with either a regular expression or a word match. It allows you to have multiple logs open concurrently.
http://anb0s.github.io/LogViewer
Eclipse Public License 2.0
35 stars 8 forks source link

Log-Filter #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Copied issue from Eclipse Logfile Viewer:
https://sourceforge.net/tracker/?func=detail&aid=1831847&group_id=165492&atid=83
5607

***
I would like to have configurable filters for logfiles. The amount of my
DEBUG output makes it hard to find Warnings and Errors, even though they
are highlighted.
This is a standard functionality that can be found in many log viewer
tools.

Original issue reported on code.google.com by andre.bo...@gmail.com on 7 Nov 2009 at 2:48

GoogleCodeExporter commented 9 years ago

Original comment by andre.bo...@gmail.com on 9 Nov 2009 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by andre.bo...@gmail.com on 9 Dec 2009 at 2:40

GoogleCodeExporter commented 9 years ago
We would like a new feature that had a simple picklist of items (e.g. log 
levels) to
filter the view in real-time.

Probably this could be implemented generically as a preference list of regular
expressions (similar to the current Rules, or even use the Rules instead of 
making a
new one), and a file's context menu would allow selecting one, and the view 
would
only include the lines matching the regexp.

A couple of "nice to have" options on this is:
 - allow selecting multiple regexps
 - when selecting, specify as an include or exclude filter

Original comment by jeffjjen...@gmail.com on 31 Jan 2010 at 6:16

GoogleCodeExporter commented 9 years ago
Hi,

i'm working actually on the feature where user can select (activate) rules for
current log viewers. It's stored as preference for each opened viewer. As i 
wrote in
log viewer change log: "I will add exclude, include and replace filters for 
version 1.0".

I think it's exactly what you want...

Thanks,
Andre

Original comment by andre.bo...@gmail.com on 31 Jan 2010 at 6:27

GoogleCodeExporter commented 9 years ago
I couldn't find the change log you spoke of, but based on your comment, if the
messages displayed are included or excluded from view based on some 
regexp/filter,
then yes, sounds great!  Thanks for the update...

Original comment by jeffjjen...@gmail.com on 31 Jan 2010 at 7:02

GoogleCodeExporter commented 9 years ago

Original comment by andre.bo...@gmail.com on 25 Feb 2010 at 2:16

GoogleCodeExporter commented 9 years ago

Original comment by andre.bo...@gmail.com on 25 Feb 2010 at 2:17

GoogleCodeExporter commented 9 years ago

Original comment by andre.bo...@gmail.com on 14 Apr 2010 at 5:26

GoogleCodeExporter commented 9 years ago

Original comment by andre.bo...@gmail.com on 14 Apr 2010 at 5:27

GoogleCodeExporter commented 9 years ago
It would be nice to be able to remove (or filter) parts of a line instead of 
the whole line. For example, the logs produced by websphere contain a lot info 
which may not be relevant for people like me:

[26/07/10 11:47:42:656 CEST] 00000071 SystemOut     O [Default : 1] DEBUG 
com.package.class your actual log message

I wish I could remove the begining of the line if it matches a regexp, to keep 
only:

DEBUG com.package.class your actual log message

Original comment by Nebelm...@gmail.com on 26 Jul 2010 at 9:53

GoogleCodeExporter commented 9 years ago
Good idea, so there should be second regex for removing parts of the line. I 
will check out how it works. But because of new job it will take time until mid 
august to release version 0.9.9 including this issue.

Original comment by andre.bo...@gmail.com on 29 Jul 2010 at 8:56

GoogleCodeExporter commented 9 years ago
Glad to see I'm not the only to find this useful :-)
If you add this feature I'll definitely switch to logviewer! (for the moment 
I'm using grep console which is also nice but does not provide text filtering 
too).

Original comment by Nebelm...@gmail.com on 29 Jul 2010 at 5:22

GoogleCodeExporter commented 9 years ago
I endorse the Nebelmann idea, it would be very convenient to have this kind of 
feature for a such tool

Original comment by kayser.c...@gmail.com on 30 Jul 2010 at 8:01

GoogleCodeExporter commented 9 years ago
Is it possible to view the whole file instead of tailing lines. Is it possible 
to increase the backlog rows beyond 200000.

Original comment by PurushGu...@gmail.com on 1 Dec 2010 at 9:01

GoogleCodeExporter commented 9 years ago
Any progress on this feature/version 0.9.9?
I'm also eagerly waiting for this feature but I don't see any new code in svn 
since v0.9.8.7, or is there another repo?
Cheers

Original comment by fmjrey on 21 May 2011 at 4:33

GoogleCodeExporter commented 9 years ago
I'm working now at version 0.9.9 and hope to release it in two weeks...

Original comment by andre.bo...@gmail.com on 27 Aug 2011 at 12:04

GoogleCodeExporter commented 9 years ago
Is this version 0.9.9 out yet?

Original comment by Lieven.C...@gmail.com on 1 Aug 2012 at 9:45

GoogleCodeExporter commented 9 years ago
No, Version 0.9.9 was not released, because i've no time to continue.

Original comment by andre.bo...@gmail.com on 2 Aug 2012 at 10:30

GoogleCodeExporter commented 9 years ago

Original comment by andre.bo...@anbos.de on 29 Sep 2012 at 7:05

GoogleCodeExporter commented 9 years ago

Original comment by andre.bo...@anbos.de on 20 Sep 2013 at 5:27