From be623cdc2f32b395ea509ec9de512bd68f5a1b85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 11 Jun 2023 17:50:34 +0200 Subject: [PATCH] refactor: refine configuration deprecation message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/utils/Configuration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/Configuration.ts b/src/utils/Configuration.ts index 4f5e1ef1..15a7bf08 100644 --- a/src/utils/Configuration.ts +++ b/src/utils/Configuration.ts @@ -178,7 +178,7 @@ export class Configuration { Configuration.warnDeprecatedConfigurationKey( 'logRotate', undefined, - "Use 'log' section to define the log rotation instead" + "Use 'log' section to define the log rotation enablement instead" ); Configuration.warnDeprecatedConfigurationKey( 'logMaxFiles', -- 2.34.1