From 2aec57000d262c82d757df5a86b9f5621d02bf63 Mon Sep 17 00:00:00 2001 From: Mathias Grimm Date: Sat, 12 Mar 2016 02:35:43 +0000 Subject: [PATCH] doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3473e5..a0df6d6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Laravel Log Keeper Laravel Log Keeper helps rotating your logs while storing them anywhere you want with custom local/remote retention policies. -A typical usage of Laravel Log Keeper would be to set a cront job to run daily and store local logs in a S3 bucket, (s)ftp, Dropbox or any other FileSystem driver +A typical usage of Laravel Log Keeper would be to set a cron job to run daily and store local logs in a S3 bucket, (s)ftp, Dropbox or any other FileSystem driver You can define a local and/or a remote retention, which by default have 7 and 30 days subsequently. - Local files older than 7 days will be compressed using bzip2 and uploaded to the remote disk