mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-30 04:09:13 -04:00
Adding a layoutType (#6559)
This will allow end users to change the console output to not output colors
This commit is contained in:
parent
5c71151b80
commit
c8797efaf2
2 changed files with 22 additions and 4 deletions
|
@ -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": {},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue