Skip to content

Commit

Permalink
ensure very_verbose logs are a superset of verbose logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bohendo committed Jan 9, 2025
1 parent d8ffee7 commit ab28eb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions slither/tools/mutator/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,9 @@ def main() -> None: # pylint: disable=too-many-statements,too-many-branches,too

logger.info(blue(f"Starting mutation campaign in {args.codebase}"))

if very_verbose: # very_verbose should always be a superset of verbose logs
verbose = True

if paths_to_ignore:
paths_to_ignore_list = paths_to_ignore.strip("][").split(",")
else:
Expand Down

0 comments on commit ab28eb1

Please sign in to comment.