GEPS008: Re-structure GUI logger files

svn: r19726
This commit is contained in:
Nick Hall
2012-05-31 15:22:03 +00:00
parent 5e6f747016
commit e2fc155240
13 changed files with 19 additions and 23 deletions

View File

@@ -116,7 +116,7 @@ def startqml(errors, argparser):
sys.exit()
# add gui logger
from GrampsLogger import RotateHandler
from gui.logger import RotateHandler
form = logging.Formatter(fmt="%(relativeCreated)d: %(levelname)s: "
"%(filename)s: line %(lineno)d: %(message)s")
# Create the log handlers