Skip to content

Instantly share code, notes, and snippets.

@lunetics
Created October 20, 2013 00:25
Show Gist options
  • Save lunetics/7063278 to your computer and use it in GitHub Desktop.
Save lunetics/7063278 to your computer and use it in GitHub Desktop.
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