Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CNaaS
mist-argus-run
Commits
c31c0b2a
Commit
c31c0b2a
authored
Sep 08, 2021
by
Morten Brekkevold
Browse files
Send gunicorn access log to stdout
Because: - We want to be able to see wth is going on
parent
bf8e0ab4
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
c31c0b2a
...
...
@@ -7,4 +7,4 @@ RUN mkdir /app
COPY
settings.py /app/
ENV
MIST_ARGUS_SETTINGS /app/settings.py
CMD
["gunicorn", "--log-level=debug", "--bind", "0.0.0.0:8000", "mist_argus.webhook:app"]
CMD
["gunicorn", "--log-level=debug",
"--access-logfile", "-",
"--bind", "0.0.0.0:8000", "mist_argus.webhook:app"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment