Remove useless infomations in formatter
This commit is contained in:
parent
5dbf82521d
commit
9c541c90ea
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ class CustomFormatter(logging.Formatter):
|
|||
red = "\x1b[31;20m"
|
||||
bold_red = "\x1b[31;1m"
|
||||
reset = "\x1b[0m"
|
||||
format = "%(levelname)s: %(message)s (%(filename)s:%(lineno)d)"
|
||||
format = "%(levelname)s: %(message)s"
|
||||
|
||||
FORMATS = {
|
||||
logging.DEBUG: blue + format + reset,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue