Skip to content

Commit

Permalink
chore: crank up netsim logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu authored Nov 5, 2024
1 parent 1853ce5 commit 18406af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netsim/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def run_parallel(cases, name, skiplist, args, max_workers=4):
)
parser.add_argument("--skip", help="Comma separated list of tests to skip")
parser.add_argument(
"--debug", help="Enable full debug logging", action="store_true", default=False
"--debug", help="Enable full debug logging", action="store_true", default=True
)
parser.add_argument(
"--visualize", help="Enable visualization", action="store_true", default=False
Expand Down

0 comments on commit 18406af

Please sign in to comment.