examples/log_files.yml.example in remote_syslog-1.4.2 vs examples/log_files.yml.example in remote_syslog-1.5.0

- old
+ new

@@ -1,5 +1,10 @@ -files: [/var/log/httpd/access_log, /var/log/httpd/error_log, /opt/misc/*, /var/log/mysqld.log, /var/run/mysqld/mysqld-slow.log] +files: + - /var/log/httpd/access_log + - /var/log/httpd/error_log + - /opt/misc/*.log + - /var/log/mysqld.log + - /var/run/mysqld/mysqld-slow.log destination: host: logs.papertrailapp.com port: 12345 # optional, defaults to 514