From 836ba734ea69c084b53a0373ae1d7c240f40ebae Mon Sep 17 00:00:00 2001 From: Artie Kushner <34076599+rtviii@users.noreply.github.com> Date: Mon, 12 Sep 2022 16:05:31 +0200 Subject: [PATCH] Update validator-start.md Typo (missing noun). --- docs/src/running-validator/validator-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/running-validator/validator-start.md b/docs/src/running-validator/validator-start.md index 6089c2183..69966e288 100644 --- a/docs/src/running-validator/validator-start.md +++ b/docs/src/running-validator/validator-start.md @@ -393,7 +393,7 @@ to be reverted and the issue reproduced before help can be provided. The validator log file, as specified by `--log ~/solana-validator.log`, can get very large over time and it's recommended that log rotation be configured. -The validator will re-open its when it receives the `USR1` signal, which is the +The validator will re-open its log file when it receives the `USR1` signal, which is the basic primitive that enables log rotation. If the validator is being started by a wrapper shell script, it is important to