added a loglevel setting

This commit is contained in:
Peter 'Pita' Martischka 2011-08-17 17:45:47 +01:00
parent 77ba4e3e6c
commit 3ec7dc224b
3 changed files with 12 additions and 1 deletions

View file

@ -34,5 +34,8 @@
/* This is the path to the Abiword executable. Setting it to null, disables abiword.
Abiword is needed to enable the import/export of pads*/
"abiword" : null
"abiword" : null,
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
"loglevel": "INFO"
}