mbok / logsniffer

logsniffer is a sophisticated open source web tool for parsing, viewing, monitoring and analyzing log data - smarter, collaborative and easier. [No longer maintaned]
GNU Lesser General Public License v3.0
104 stars 46 forks source link

Search in log by severiry level #59

Closed fbetil closed 8 years ago

fbetil commented 8 years ago

When searching in log by "severity level scanner", dropdown show options " >= " and " = ". So, in example, it's not possible to search for a most critical level than "WARN", because "A lower number represents critical severity and a higher number a more informative severity." (that's in the filters log configuration). Thanks,

mbok commented 8 years ago

You are right! The filter defines the right order which is inspired by syslog. The level scanner is an older component born together with the log4j reader with the wrong - reverse ordering interpretation. I'll fix the log4j reader and add to the severity scanner all possible operands: "<", "<=" and "!=".

mbok commented 8 years ago

Fixed in release 0.5.3. Please download here: https://github.com/logsniffer/logsniffer/releases/tag/0.5.3

fbetil commented 8 years ago

That's works fine ! Thanks.