From d47ff104d6d90ef14d6c5e3977608828cb754853 Mon Sep 17 00:00:00 2001 From: "Andoni A." <14891798+andoniaf@users.noreply.github.com> Date: Fri, 12 Sep 2025 10:58:07 +0200 Subject: [PATCH] remove: commit local dev changes, revert after sending PR --- .env | 2 +- api/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 90bc646edc..a081949af2 100644 --- a/.env +++ b/.env @@ -74,7 +74,7 @@ DJANGO_SETTINGS_MODULE=config.django.production DJANGO_LOGGING_FORMATTER=human_readable # Select one of [DEBUG|INFO|WARNING|ERROR|CRITICAL] # Applies to both Django and Celery Workers -DJANGO_LOGGING_LEVEL=INFO +DJANGO_LOGGING_LEVEL=DEBUG # Defaults to the maximum available based on CPU cores if not set. DJANGO_WORKERS=4 # Token lifetime is in minutes diff --git a/api/pyproject.toml b/api/pyproject.toml index 6673154e03..4d7cdab28b 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "drf-spectacular-jsonapi==0.5.1", "gunicorn==23.0.0", "lxml==5.3.2", - "prowler @ git+https://github.com/prowler-cloud/prowler.git@master", + "prowler @ git+https://github.com/prowler-cloud/prowler.git@iac-in-the-app", "psycopg2-binary==2.9.9", "pytest-celery[redis] (>=1.0.1,<2.0.0)", "sentry-sdk[django] (>=2.20.0,<3.0.0)",