ensure that request id is consistent (#677)

* ensure that request id is consistent

* remove test debug/info statements
This commit is contained in:
Adil Hafeez 2026-01-07 08:44:41 -08:00 committed by MeiyuZhong
parent 6783a76452
commit 4261f35ba6
No known key found for this signature in database
9 changed files with 92 additions and 28 deletions

View file

@ -49,6 +49,6 @@ COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
RUN mkdir -p /var/log/supervisor && touch /var/log/envoy.log /var/log/supervisor/supervisord.log
RUN mkdir -p /var/log && \
touch /var/log/access_ingress.log /var/log/access_ingress_prompt.log /var/log/access_internal.log /var/log/access_llm.log
touch /var/log/access_ingress.log /var/log/access_ingress_prompt.log /var/log/access_internal.log /var/log/access_llm.log /var/log/access_agent.log
ENTRYPOINT ["sh","-c", "/usr/bin/supervisord"]