Fix container name mismatch in proxy_logging_guardrails job

The second container is created as my-app-3 but docker logs references
my-app-2, causing the job to fail with "No such container".
This commit is contained in:
Ishaan Jaffer 2026-02-13 18:59:36 -08:00
parent f915b15e92
commit 460f517a71

View file

@ -2858,7 +2858,7 @@ jobs:
- run:
name: Start outputting logs for second container
command: docker logs -f my-app-2
command: docker logs -f my-app-3
background: true
- run: