From: Jérôme Benoit Date: Thu, 29 Dec 2022 12:33:03 +0000 (+0100) Subject: README.md: fixlet to units acronym X-Git-Tag: v1.1.89~48 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=aca2b1822f1ffa6760049d3c33c9405f981e7af3;p=e-mobility-charging-stations-simulator.git README.md: fixlet to units acronym Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index dd8287f6..31db2262 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ But the modifications to test have to be done to the files in the build target d | logFormat | | simple | string | [winston](https://github.com/winstonjs/winston) log format | | logRotate | true/false | true | boolean | enable daily log files rotation | | logMaxFiles | x, "xd" where x is an integer | undefined | integer \| string | maximum number of log files | -| logMaxSize | x, "xk", "xm", "xg" where x is a number | undefined | number \| string | maximum size of log files in bytes, or units of kB, mB, and gB | +| logMaxSize | x, "xk", "xm", "xg" where x is a number | undefined | number \| string | maximum size of log files in bytes, or units of kb, mb, and gb | | logLevel | emerg/alert/crit/error/warning/notice/info/debug | info | string | [winston](https://github.com/winstonjs/winston) logging level | | logFile | | combined.log | string | log file relative path | | logErrorFile | | error.log | string | error log file relative path |