Created
June 29, 2012 02:55
-
-
Save glidenote/3015393 to your computer and use it in GitHub Desktop.
supergrep
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
--- 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