Logger configuration

This commit is contained in:
John Crepezzi 2011-11-18 17:26:25 -05:00
parent a6bd69f20a
commit 0fe0306caa
2 changed files with 22 additions and 4 deletions

View file

@ -3,6 +3,14 @@
"host": "localhost",
"port": 7777,
"keyLength": 6
"keyLength": 6,
"logging": [
{
"level": "verbose",
"type": "Console",
"colorize": true
}
]
}