Fueled / django-init

Project template used at Fueled for scaffolding new Django based projects. :dizzy:
Other
189 stars 46 forks source link

fix(docker-start): Redirect access/error logs to std-out #470

Closed CuriousLearner closed 1 year ago

CuriousLearner commented 1 year ago

Why was this change necessary?

When deployed on services like ECS, the logs aren't captured since they are not on the standard output and standard error streams.

How does it address the problem?

Redirect output/error to std-out/std-err streams.

Are there any side effects?

None.