Commit 3d32bef
committed
fix(ingress): enable unbuffered Python output for real-time logging
Python stdout is fully buffered when not connected to a terminal (e.g.
in Docker containers). This causes log output to be delayed and appear
in batches, making it hard to diagnose timing issues.
Set PYTHONUNBUFFERED=1 so print() output appears immediately in
container logs.1 parent d1c1539 commit 3d32bef
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments