examples/log_files.yml.example.advanced in remote_syslog-1.5.0 vs examples/log_files.yml.example.advanced in remote_syslog-1.5.1

- old
+ new

@@ -1,6 +1,6 @@ -# see README - demonstrates all optional arguments -files: [/var/log/httpd/access_log, /opt/misc/*] +# see README - demonstrates all optional arguments and file glob formats +files: [/var/log/httpd/access_log, /opt/misc/*, /some/daemon/**/*.log] hostname: www42 # override OS hostname parse_fields: syslog # predefined regex name or double-quoted regex destination: host: logs.papertrailapp.com port: 12345 # optional, defaults to 514