From 311628f0bc16de3dcb8ea2680c23b5f7eb195161 Mon Sep 17 00:00:00 2001 From: KreativeThinker Date: Sat, 14 Sep 2024 16:38:16 +0530 Subject: [PATCH] chore: update log-level --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4022f3..2823bcb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ WORKDIR /app/src EXPOSE 8000 # Run FastAPI with Gunicorn -CMD ["gunicorn", "-w", "4", "-k", "uvicorn.workers.UvicornWorker", "pwncore:app", "--bind", "0.0.0.0:8000"] +CMD ["gunicorn", "-w", "4", "-k", "uvicorn.workers.UvicornWorker", "pwncore:app", "--bind", "0.0.0.0:8000", "--log-level", "debug"]