mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 17:15:52 +03:00
[GH-ISSUE #133] Predefined Highlighting Rules for Logs. #108
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@gavinengel commented on GitHub (Oct 2, 2014):
+1
filenames, text inside quotes, urls, ip addresses, etc, etc ...
@skylerlee commented on GitHub (Feb 26, 2015):
Can I highlight the message for different severity level ?
Like info, debug, warn, error, fatal etc...
Thanks.
@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
@gavinengel commented on GitHub (Feb 28, 2015):
@radmonac have you done a merge request with your work?