Adding a layoutType

This will allow end users to change the console output to not output colors
This commit is contained in:
Helder Sepulveda 2024-08-03 17:42:59 -04:00
parent eebdd1eaf1
commit 643bb48af1
2 changed files with 22 additions and 4 deletions

View file

@ -648,6 +648,13 @@
*/
"loglevel": "INFO",
/*
* The log layout type to use.
*
* Valid values: basic, colored
*/
"logLayoutType": "colored",
/* Override any strings found in locale directories */
"customLocaleStrings": {},