[GH-ISSUE #133] Predefined Highlighting Rules for Logs. #108

Open
opened 2026-02-26 05:31:21 +03:00 by kerem · 4 comments
Owner

Originally created by @paraggupta1993 on GitHub (Sep 24, 2014).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/133

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.

Originally created by @paraggupta1993 on GitHub (Sep 24, 2014). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/133 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.
Author
Owner

@gavinengel commented on GitHub (Oct 2, 2014):

+1

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

<!-- gh-comment-id:57695027 --> @gavinengel commented on GitHub (Oct 2, 2014): +1 filenames, text inside quotes, urls, ip addresses, etc, etc ...
Author
Owner

@skylerlee commented on GitHub (Feb 26, 2015):

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

Thanks.

<!-- gh-comment-id:76178013 --> @skylerlee commented on GitHub (Feb 26, 2015): Can I highlight the message for different severity level ? Like info, debug, warn, error, fatal etc... Thanks.
Author
Owner

@skylerlee commented on GitHub (Feb 27, 2015):

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

<!-- gh-comment-id:76381731 --> @skylerlee commented on GitHub (Feb 27, 2015): 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](https://github.com/radmonac/Log.v4)
Author
Owner

@gavinengel commented on GitHub (Feb 28, 2015):

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

<!-- gh-comment-id:76557215 --> @gavinengel commented on GitHub (Feb 28, 2015): @radmonac have you done a merge request with your work?
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#108
No description provided.