Skip to content
Snippets Groups Projects
Commit eb2c3987 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-383: Don't buffer output of our tango-prometheus bridge to see the latest logs immediately

parent 4e52f750
Branches
Tags
1 merge request!126Resolve L2SS-383 "Optimise prometheus bridge"
...@@ -12,4 +12,4 @@ RUN pip install -r /code/pip-requirements.txt ...@@ -12,4 +12,4 @@ RUN pip install -r /code/pip-requirements.txt
WORKDIR /code WORKDIR /code
ENV PYTHONPATH '/code/' ENV PYTHONPATH '/code/'
CMD ["python" , "/code/collector.py"] CMD ["python", "-u", "/code/collector.py"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment