fietensen / wafflemap

Educational Repository showcasing a Fullstack application including CI/CD pipeline
MIT License
0 stars 0 forks source link

Remove stdout buffering in OSM init script #34

Closed fietensen closed 3 months ago

fietensen commented 3 months ago

Right now, when running the postgres service for the first time, the python script responsible for downloading and inserting the nessecarry street data from OpenStreetMap is buffering stdout causing the script not to output any logs in realtime but instead only after the initialization is done.

Removing the output buffering would prevent this from happening.