diff --git a/examples/toystore/toystore.yaml b/examples/toystore/toystore.yaml index 58451d099..856510c96 100644 --- a/examples/toystore/toystore.yaml +++ b/examples/toystore/toystore.yaml @@ -16,8 +16,10 @@ spec: spec: containers: - name: toystore - image: quay.io/3scale/authorino:echo-api + image: quay.io/kuadrant/authorino-examples:talker-api env: + - name: LOG_LEVEL + value: "debug" - name: PORT value: "3000" ports: