* src/MarkupText.py: cleanup
* src/DisplayTabs/_NoteTab.py (build_interface): debug log * src/const.py.in: add new command line arg '-d,--debug' * src/gramps.py (setup_logging): change root logger default level to WARNING * src/ArgHandler.py (parse_arg): handle command line arg: debug 2007-02-12 Zsolt Foldvari <zfoldvar@users.sourceforge.net> svn: r8093
This commit is contained in:
@ -130,7 +130,7 @@ def setup_logging():
|
||||
# Setup the base level logger, this one gets
|
||||
# everything.
|
||||
l = logging.getLogger()
|
||||
l.setLevel(logging.DEBUG)
|
||||
l.setLevel(logging.WARNING)
|
||||
l.addHandler(rh)
|
||||
l.addHandler(gtkh)
|
||||
l.addHandler(stderrh)
|
||||
|
Reference in New Issue
Block a user