Skip to content

Instantly share code, notes, and snippets.

@InvertedAcceleration
Last active August 29, 2015 14:10
Show Gist options
  • Save InvertedAcceleration/9abae142621b895c6ef4 to your computer and use it in GitHub Desktop.
Save InvertedAcceleration/9abae142621b895c6ef4 to your computer and use it in GitHub Desktop.
A colour scheme for symfony 2.3.x+ logs
colorscheme:symfony
cs_re:yellow:"[^"\\]*(\\.[^"\\]*)*"
cs_re:cyan:^\[....-..-.. ..:..:..\]
cs_re:green:.*DEBUG.*
cs_re:red:^.*(WARNING|ERROR|CRITICAL).*$
cs_re:blue:.*INFO.*
@InvertedAcceleration
Copy link
Author

Usage:

multitail --config ~/multitail.conf -cS symfony dev.log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment