We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80eeef0 commit 3c59f57Copy full SHA for 3c59f57
src/fastapi_cli/logging.py
@@ -13,6 +13,7 @@ def setup_logging(terminal_width: Union[int, None] = None) -> None:
13
rich_tracebacks=True,
14
tracebacks_show_locals=True,
15
markup=True,
16
+ show_path=False,
17
console=console,
18
)
19
rich_handler.setFormatter(logging.Formatter("%(message)s"))
0 commit comments