diff --git a/desktop/core/src/desktop/management/commands/runruff.py b/desktop/core/src/desktop/management/commands/runruff.py index ec34de92e9f..4fb04c6706b 100644 --- a/desktop/core/src/desktop/management/commands/runruff.py +++ b/desktop/core/src/desktop/management/commands/runruff.py @@ -133,5 +133,5 @@ def handle(self, *args, **options): if ret.returncode != 0: sys.exit(1) except subprocess.CalledProcessError as e: - LOG.error(f"Error running ruff command: {e}") + LOG.debug(f"Ruff command: {e}") sys.exit(1)