repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d48c1c
)
refactor: refine configuration deprecation message
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 11 Jun 2023 15:50:34 +0000
(17:50 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/src/utils/Configuration.ts
b/src/utils/Configuration.ts
index 4f5e1ef143d96baf2828b3ce7169315049eec493..15a7bf0897288f18d61d499789a03dd0c059b45d 100644
(file)
--- 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',