Skip to content

Commit

Permalink
Add debug output to gunicorn start
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 24, 2021
1 parent 219f072 commit 2bbb316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2bbb316

Please sign in to comment.