new logging scheme

svn: r6080
This commit is contained in:
Don Allingham
2006-03-05 04:31:24 +00:00
parent 2611a0e4c6
commit dfeb7259b3
30 changed files with 290 additions and 2333 deletions

View File

@@ -141,14 +141,7 @@ def setup_logging():
def run():
try:
setup_logging()
except:
# If logging can't be started fall back on
# old exception display
import DisplayTrace
DisplayTrace.DisplayTrace()
setup_logging()
try:
import gnome