Skip to content

Commit

Permalink
Hide Brokerage Settings By default (#449)
Browse files Browse the repository at this point in the history
- Hide cloud brokerage live settings by default
  • Loading branch information
Martin-Molinero authored Apr 19, 2024
1 parent 0480053 commit 87428db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lean/commands/cloud/live/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,8 @@ def deploy(project: str,

brokerage_settings = brokerage_instance.get_settings()

logger.info(f"Brokerage: {brokerage_settings}")
logger.info(f"Brokerage: {brokerage_instance.get_name()}")
logger.debug(f"Brokerage: {brokerage_settings}")
logger.info(f"Project id: {cloud_project.projectId}")
logger.info(f"Server name: {live_node.name}")
logger.info(f"Server type: {live_node.sku}")
Expand Down

0 comments on commit 87428db

Please sign in to comment.