V0.6 #852

Merged
Atheros1 merged 399 commits from v0.6 into master 2016-05-03 01:58:38 +02:00
Showing only changes of commit 218bdf38e1 - Show all commits

View File

@ -37,8 +37,10 @@ def configureLogging():
try:
logging.config.fileConfig(os.path.join (shared.appdata, 'logging.dat'))
have_logging = True
print "Loaded debug config from %s" % (os.path.join(shared.appdata, 'logging.dat'))
except:
pass
print "Failed to load debug config from %s, using default logging config" % (os.path.join(shared.appdata, 'logging.dat'))
print sys.exc_info()
sys.excepthook = log_uncaught_exceptions