NarrativeScience-old / log.io

Real-time log monitoring in your browser
http://logio.org
Other
4.83k stars 699 forks source link

Predefined Highlighting Rules for Logs. #133

Open paraggupta1993 opened 10 years ago

paraggupta1993 commented 10 years ago

Hello,

Is there a way to predefine the highlighting of certain logs based on a particular syntax/regex ? I want to see my error logs in red color, warn in yellow and so on ....

Thanks.

gavinengel commented 10 years ago

+1

filenames, text inside quotes, urls, ip addresses, etc, etc ...

skylerlee commented 9 years ago

Can I highlight the message for different severity level ? Like info, debug, warn, error, fatal etc...

Thanks.

skylerlee commented 9 years ago

Hi @paraggupta1993 & @gavinengel ,

I use a trick by adding a class to the message span named lmessage.get('level') at logMessage.html in template, and define the class in Log.io.css to change the text color.

Here is my fork rep Log.v4

gavinengel commented 9 years ago

@radmonac have you done a merge request with your work?