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.
2 parents e37672c + d0dce64 commit 5e90f25Copy full SHA for 5e90f25
infrahub_sdk/ctl/utils.py
@@ -46,7 +46,7 @@ def init_logging(debug: bool = False) -> None:
46
47
log_level = "DEBUG" if debug else "INFO"
48
FORMAT = "%(message)s"
49
- logging.basicConfig(level=log_level, format=FORMAT, datefmt="[%X]", handlers=[RichHandler()])
+ logging.basicConfig(level=log_level, format=FORMAT, datefmt="[%X]", handlers=[RichHandler(show_path=debug)])
50
logging.getLogger("infrahubctl")
51
52
0 commit comments