Skip to content

Commit

Permalink
test log
Browse files Browse the repository at this point in the history
  • Loading branch information
yutongzhang-microsoft committed Jan 3, 2025
1 parent 946048f commit 22b5bb7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ def main(scripts, topology, branch):
parser.add_argument("--branch", help="Test branch", type=str, default="")
args = parser.parse_args()

logging.basicConfig(level=logging.INFO)

scripts = args.scripts
topology = args.topology
branch = args.branch
Expand Down

0 comments on commit 22b5bb7

Please sign in to comment.