Skip to content

Instantly share code, notes, and snippets.

@glidenote
Created June 29, 2012 02:55
Show Gist options
  • Save glidenote/3015393 to your computer and use it in GitHub Desktop.
Save glidenote/3015393 to your computer and use it in GitHub Desktop.
supergrep
--- localConfig.js.dist 2012-06-29 10:08:51.293463302 +0900
+++ localConfig.js 2012-06-29 10:43:45.759470687 +0900
@@ -15,7 +15,7 @@
files: [
{
name: 'web',
- path: ['/var/log/httpd/info.log', '/var/log/httpd/php.log']
+ path: ['/var/log/httpd/info.log', '/var/log/httpd/php.log', '/var/log/httpd/access_log']
// you can also do this
// filter: function (line, config) {
// if (! line.match(config.noisyErrors)) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment