Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasgrimm committed Mar 12, 2016
1 parent 107ab1b commit 974a61a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,21 @@ To use Laravel Log Keeper your log files have to be in the daily format, which i
```

### Environment
You can override the following variables placing them in your .env

Example:

```
# .env
...
LARAVEL_LOG_KEEPER_LOCAL_RETENTION_DAYS = 3
LARAVEL_LOG_KEEPER_REMOTE_RETENTION_DAYS = 15
...
```

```php
// ----------------------------------------------------------------------------
// Enable or Disable the Laravel Log Keeper.
Expand Down

0 comments on commit 974a61a

Please sign in to comment.