From 2239f5829fc43b64569e21ce8a26bf0ed85eb132 Mon Sep 17 00:00:00 2001 From: Zakhar Bessarab Date: Sat, 12 Oct 2024 02:24:51 +0400 Subject: [PATCH] docs/victoria-logs: fix typo (#7245) ### Describe Your Changes Please provide a brief description of the changes you made. Be as specific as possible to help others understand the purpose and impact of your modifications. ### Checklist The following checks are **mandatory**: - [ ] My change adheres [VictoriaMetrics contributing guidelines](https://docs.victoriametrics.com/contributing/). Signed-off-by: Zakhar Bessarab --- docs/VictoriaLogs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VictoriaLogs/README.md b/docs/VictoriaLogs/README.md index 16005acb3..c9c5ad722 100644 --- a/docs/VictoriaLogs/README.md +++ b/docs/VictoriaLogs/README.md @@ -117,7 +117,7 @@ Set the `-retentionPeriod` to some big value (e.g. `100y` - 100 years) if logs s For example: ```sh -/path/to/victoria-logs -retention.maxDiskSpaceUsageBytes=10TiB -retention=100y +/path/to/victoria-logs -retention.maxDiskSpaceUsageBytes=10TiB -retentionPeriod=100y ``` ## Storage