change debug filepath and make it configurable

This commit is contained in:
chrys
2018-03-22 23:43:38 +01:00
parent 892cefe7e0
commit 73300a920a
8 changed files with 19 additions and 8 deletions

View File

@ -57,6 +57,7 @@ settingsData = {
'general':{
'debugLevel': debug.debugLevel.DEACTIVE,
'debugMode': 'FILE',
'debugFile': '/var/log/fenrirscreenreader/fenrir.log',
'punctuationProfile':'default',
'punctuationLevel': 'some',
'respectPunctuationPause':True,