refactor: refine configuration deprecation message
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 11 Jun 2023 15:50:34 +0000 (17:50 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 11 Jun 2023 15:50:34 +0000 (17:50 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/utils/Configuration.ts

index 4f5e1ef143d96baf2828b3ce7169315049eec493..15a7bf0897288f18d61d499789a03dd0c059b45d 100644 (file)
@@ -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',