-
-
Save borisschapira/156c8bd6c3c558df2456 to your computer and use it in GitHub Desktop.
Basic Multitail config for colourising Symfony2 log files.
This file contains hidden or 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
colorscheme:symfony | |
cs_re:cyan:^\[....-..-.. ..:..:..\] | |
cs_re:blue: .*\.(INFO|NOTICE).* | |
cs_re:red: .*\.(ERROR|CRITICAL).* | |
cs_re:blue: \{[^}]+\} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment