mirror of
https://github.com/seejohnrun/haste-server
synced 2025-07-16 10:03:45 -07:00
Logger configuration
This commit is contained in:
parent
a6bd69f20a
commit
0fe0306caa
2 changed files with 22 additions and 4 deletions
10
config.js
10
config.js
|
@ -3,6 +3,14 @@
|
|||
"host": "localhost",
|
||||
"port": 7777,
|
||||
|
||||
"keyLength": 6
|
||||
"keyLength": 6,
|
||||
|
||||
"logging": [
|
||||
{
|
||||
"level": "verbose",
|
||||
"type": "Console",
|
||||
"colorize": true
|
||||
}
|
||||
]
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue