File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,13 @@ You can archive this by adding the `blame_impersonator` configuration key in you
9090
9191The default behavior is to blame the logged-in user, so it will ignore the `impersonator` when not explicitly declared.
9292
93- # # Clean old logs
93+ # # Clean up old logs
9494
95- To clean logs older than 3 months, use the following command :
96-
97- ` ` ` bin/console audit-logs:delete-old-logs` ` `
95+ To clean up old logs, use the following command :
9896
97+ ` ` ` bin/console audit-logs:delete-old-logs --retention-period=P6M` ` `
9998
99+ You can specify `retention-period`, For format, see : https://www.php.net/manual/en/dateinterval.construct.php
100100# # License
101101
102102The audit bundle is free to use and is licensed under the [MIT license](https://opensource.org/licenses/mit-license.php)
You can’t perform that action at this time.
0 commit comments