Closed CuriousLearner closed 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.
When deployed on services like ECS, the logs aren't captured since they are not on the standard output and standard error streams.
Redirect output/error to std-out/std-err streams.
None.