Increase RAMHandler capacity to 500
This commit is contained in:
parent
be4f1fdd12
commit
7c3c572519
@ -96,7 +96,7 @@ def init_log(args):
|
||||
console_handler.setFormatter(console_formatter)
|
||||
|
||||
ram_formatter = logging.Formatter(extended_fmt, datefmt, '{')
|
||||
ram_handler = RAMHandler(capacity=200)
|
||||
ram_handler = RAMHandler(capacity=500)
|
||||
ram_handler.setLevel(logging.NOTSET)
|
||||
ram_handler.setFormatter(ram_formatter)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user