Skip to content

Commit 7102a2d

Browse files
authored
docs(logging): fix default retention days for daily channel to 14 (laravel#10024)
1 parent 73a37c8 commit 7102a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Additionally, the retention policy for the `daily` channel can be configured via
9393

9494
| Name | Description | Default |
9595
| ------ | ----------------------------------------------------------- | ------- |
96-
| `days` | The number of days that daily log files should be retained. | `7` |
96+
| `days` | The number of days that daily log files should be retained. | `14` |
9797

9898
</div>
9999

0 commit comments

Comments
 (0)