Skip to content

Commit 3c59f57

Browse files
committed
♻️ Tweak RichHandler logging
1 parent 80eeef0 commit 3c59f57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fastapi_cli/logging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def setup_logging(terminal_width: Union[int, None] = None) -> None:
1313
rich_tracebacks=True,
1414
tracebacks_show_locals=True,
1515
markup=True,
16+
show_path=False,
1617
console=console,
1718
)
1819
rich_handler.setFormatter(logging.Formatter("%(message)s"))

0 commit comments

Comments
 (0)