Add exc_text to LogRecord (#2461)

This commit is contained in:
Matthew Christopher
2018-09-18 04:39:05 -07:00
committed by Sebastian Rittau
parent c1eb946324
commit 110ebf4bfe

View File

@@ -192,6 +192,7 @@ class LogRecord:
asctime = ... # type: str
created = ... # type: int
exc_info = ... # type: Optional[_SysExcInfoType]
exc_text = ... # type: Optional[str]
filename = ... # type: str
funcName = ... # type: str
levelname = ... # type: str