tobi / clarity

Web interface for the grep and tail -f unix tools. Useful for real-time log analysis. Remotely related to splunk
779 stars 66 forks source link

allow multiple directories to be passed into the cli #14

Closed lookfirst closed 13 years ago

lookfirst commented 13 years ago

I'd love to be able to do something like this:

./clarity -p 234 /var/log/tomcat6 /var/log/foo /var/log/bar

I know this can be done with the config file, why not with the cli? ;-)

lookfirst commented 13 years ago

i see how this works now with --include. invalid.