Skip to content

Commit

Permalink
🔇 Set sh.command log level to warning
Browse files Browse the repository at this point in the history
sh INFO log level is too verbose by default, refs upstream TODO
  • Loading branch information
AndreMiras committed Jun 2, 2024
1 parent b8041e7 commit f4c9408
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/rebuild_updated_recipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
from ci.constants import TargetPython, CORE_RECIPES, BROKEN_RECIPES


logging.getLogger("sh.command").setLevel(logging.WARNING)


def modified_recipes(branch='origin/develop'):
"""
Returns a set of modified recipes between the current branch and the one
Expand Down

0 comments on commit f4c9408

Please sign in to comment.