Keep more debug log in memory.

This commit is contained in:
Florian Bruhin 2015-02-09 07:34:12 +01:00
parent 3729ccb8cf
commit 0f48ea62c1

View File

@ -63,7 +63,7 @@ def get_argparser():
debug.add_argument('--loglines', debug.add_argument('--loglines',
help="How many lines of the debug log to keep in RAM " help="How many lines of the debug log to keep in RAM "
"(-1: unlimited).", "(-1: unlimited).",
default=1000, type=int) default=2000, type=int)
debug.add_argument('--debug', help="Turn on debugging options.", debug.add_argument('--debug', help="Turn on debugging options.",
action='store_true') action='store_true')
debug.add_argument('--nocolor', help="Turn off colored logging.", debug.add_argument('--nocolor', help="Turn off colored logging.",