Adding a layoutType (#6559)

This will allow end users to change the console output to not output colors
This commit is contained in:
Helder Sepulveda 2024-08-05 15:28:48 -04:00 committed by GitHub
parent 5c71151b80
commit c8797efaf2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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": {},