Skip to content

Commit

Permalink
Fixing a typo in the docs for log_dirs attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Veitas committed Jan 25, 2014
1 parent 8079814 commit 017ac41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ of a hash used to describe a file to monitor.
}
```
* `node['loggly']['logdirs']` - A list of directories to monitor (optional). The rsyslog.conf template will create an [imfile](http://www.rsyslog.com/doc/imfile.html) block for each file ending in '.log' in that directory. Each logdir in the list is of the format:
* `node['loggly']['log_dirs']` - A list of directories to monitor (optional). The rsyslog.conf template will create an [imfile](http://www.rsyslog.com/doc/imfile.html) block for each file ending in '.log' in that directory. Each logdir in the list is of the format:
```
{
:directory => "/var/log/directory",
Expand Down

0 comments on commit 017ac41

Please sign in to comment.