Created
October 20, 2013 00:25
-
-
Save lunetics/7063278 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
regexp=[\d]{4}-[\d]{2}-[\d]{2} [\d]{2}:[\d]{2}\:[\d]{2} | |
colours=green | |
====== | |
regexp=[\w\d]+\.[\w\d]+: | |
colours=green bold | |
====== | |
regexp="[\w\d]+\.[\w\d+]+" | |
colours=on_green | |
====== | |
regexp= "[\w\d:\\ ]+"\. | |
colours=bold cyan | |
====== | |
regexp=[\w\d]+\.INFO: | |
colours=green bold | |
====== | |
regexp=[\w\d]+\.(CRITICAL|ERROR): .* | |
colours=red bold | |
====== | |
regexp=(\[|\() .* (\)|\]) | |
colours=blue | |
====== | |
regexp=( ".*": ".*")+ | |
colours=blue bold | |
====== | |
regexp=Matched route "[\w\d_-]+" | |
colours=bold yellow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment