mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
add logs
This commit is contained in:
parent
55d451190f
commit
3970b6ab03
2 changed files with 4 additions and 1 deletions
|
|
@ -29,4 +29,4 @@ RUN pip install requests
|
|||
RUN touch /var/log/envoy.log
|
||||
|
||||
# ENTRYPOINT ["sh","-c", "python config_generator.py && envsubst < /etc/envoy/envoy.yaml > /etc/envoy.env_sub.yaml && envoy -c /etc/envoy.env_sub.yaml --log-level trace 2>&1 | tee /var/log/envoy.log"]
|
||||
ENTRYPOINT ["sh","-c", "python config_generator.py && envsubst < /etc/envoy/envoy.yaml > /etc/envoy.env_sub.yaml && envoy -c /etc/envoy.env_sub.yaml --component-log-level wasm:debug 2>&1 | tee /var/log/envoy.log"]
|
||||
ENTRYPOINT ["sh","-c", "ls -l /etc/envoy/proxy-wasm-plugins/*"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
echo "docker images"
|
||||
docker images
|
||||
|
||||
# for demo in currency_exchange hr_agent
|
||||
for demo in samples_python/currency_exchange use_cases/preference_based_routing
|
||||
do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue