README.md in s3log-0.0.2 vs README.md in s3log-0.0.3

- old
+ new

@@ -7,11 +7,11 @@ On S3 buckets you can activate logging, but the options are quite limited. You can point the logging to another bucket in the same region only and logging will generate a lot of small logging files, and will not delete them. It's not very convenient for debugging. S3log script is intended to transform this logging in a unified logfile wherever you need it, removing the logfiles from the logging bucket when they are downloaded. -It's designed to run on debian/ubuntu servers but should work on any linux server, and it also work on mac osx. +It's designed to run on debian/ubuntu servers but should work on any linux server, and it also work on mac osx. It works with ruby 1.9 and 2.0 (but not 1.8). (work in progress, not ready for use yet). ## Installation @@ -33,10 +33,10 @@ * bucket: the name of the bucket, with no s3:// prefix * prefix: the path and prefix the same way you specified it in the logging setup * logdir: the local dir where s3log logs are kept * loglevel: the level of logging. use warn for only error display, info to record info on operations, debug to have much more details * outputfile: the faile where the downloaded logs are going to be appended -* schedule: the cron formatted frequency of downloading the logs from bucket ie. `0/5 * * * *` +* schedule: the cron formatted frequency of downloading the logs from bucket ie. `*/5 * * * *` When your configuration is ready, veridy that it works with s3log list s3log list -c another_config.yml