Skip to content

Commit 1c26889

Browse files
* Docs for laravel/telescope#1409 * Update telescope.md --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent cdf384e commit 1c26889

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

telescope.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ By default, all entries older than 24 hours will be pruned. You may use the `hou
119119

120120
$schedule->command('telescope:prune --hours=48')->daily();
121121

122+
The `--quiet` option may be used to suppress output during pruning:
123+
124+
$schedule->command('telescope:prune --hours=48 --quiet')->daily();
125+
122126
<a name="dashboard-authorization"></a>
123127
### Dashboard Authorization
124128

0 commit comments

Comments
 (0)