From: Jérôme Benoit Date: Sun, 11 Jun 2023 15:50:34 +0000 (+0200) Subject: refactor: refine configuration deprecation message X-Git-Tag: v1.2.17~30 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=be623cdc2f32b395ea509ec9de512bd68f5a1b85;p=e-mobility-charging-stations-simulator.git refactor: refine configuration deprecation message Signed-off-by: Jérôme Benoit --- 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',