Skip to content

Instantly share code, notes, and snippets.

@mkb
Created June 28, 2011 07:19
Show Gist options
  • Save mkb/1050659 to your computer and use it in GitHub Desktop.
Save mkb/1050659 to your computer and use it in GitHub Desktop.
Color scheme for multitail and Pow logs
# % cd ~/Library/Logs/Pow/apps
# % multitail --config <some path>/multitail.conf -CS pow app1.log app2.log ...
colorscheme:pow:
cs_re:blue::
cs_re:cyan:^\[[^]]*]
cs_re:red:ERROR
cs_re:yellow:WARNING
cs_re:green:NOTICE
cs_re:magenta:DEBUG
cs_re:magenta:VERBOSE
cs_re_s:red,black,underline:WARNING ([A-Z].*)
cs_re_s:white,black,underline:WARNING ((.*):[0-9]+:in `(.*)')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment