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)",