diff --git a/package.json b/package.json index 1355509..ac29a77 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "scripts": { "start:frontend": "react-scripts start", - "start:api": "cd api/ && venv/bin/gunicorn -b 127.0.0.1:5000 api:app", + "start:api": "cd api/ && venv/bin/gunicorn -b 127.0.0.1:5000 --log-level debug api:app", "start:docs": "start-storybook -p 6006 -s public -c storybook-config --no-manager-cache", "build:frontend": "react-scripts build", "build:docs": "build-storybook -s public -c storybook-config -o build-docs",