Skip to content

Instantly share code, notes, and snippets.

@InvertedAcceleration
Last active December 5, 2025 11:47
Show Gist options
  • Select an option

  • Save InvertedAcceleration/9abae142621b895c6ef4 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
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