templates/s3log/config.yml in s3log-0.0.2 vs templates/s3log/config.yml in s3log-0.0.3

- old
+ new

@@ -5,6 +5,6 @@ bucket: bucketname # no s3:// prefix, just the name prefix: "somedir/prefix_" # the same as prefix stated in logging interface for the logged bucket logdir: logs loglevel: info outputfile: s3.log -schedule: "0/5 * * * *" +schedule: "*/5 * * * *"