fix: 移除Traceback函数中的 show_locals 参数以简化错误追踪
This commit is contained in:
@@ -4,7 +4,7 @@ from typing import Callable, Any
|
||||
from .logger import logger, add_custom_style_handler
|
||||
from rich.traceback import install
|
||||
|
||||
install(show_locals=True, extra_lines=3)
|
||||
install(extra_lines=3)
|
||||
|
||||
|
||||
def use_log_style(
|
||||
|
||||
Reference in New Issue
Block a user