mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
ensure that request id is consistent (#677)
* ensure that request id is consistent * remove test debug/info statements
This commit is contained in:
parent
b45c7aba86
commit
57327ba667
9 changed files with 92 additions and 28 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue