Skip to content

Commit

Permalink
fix: Remove debugging logs from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ewuerger committed Aug 29, 2024
1 parent d24940d commit 8f06da9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions capella2polarion/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ def setup_logger(self) -> None:
)
logging.getLogger("httpx").setLevel("WARNING")
logging.getLogger("httpcore").setLevel("WARNING")
logging.getLogger("capellambse").setLevel("WARNING")
logging.getLogger("capellambse_context_diagrams").setLevel("WARNING")

def load_synchronize_config(
self,
Expand Down

0 comments on commit 8f06da9

Please sign in to comment.