Keep more debug log in memory.
This commit is contained in:
parent
3729ccb8cf
commit
0f48ea62c1
@ -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.",
|
||||||
|
Loading…
Reference in New Issue
Block a user