paypal / dce-go

Docker Compose Executor to launch pod of docker containers in Apache Mesos.
Apache License 2.0
63 stars 48 forks source link

Fixed logging logs for apps that finish early. #51

Closed vipragupta closed 6 years ago

vipragupta commented 6 years ago
  1. Created container.log file in logs directory where all the container logs will be written. This file has a symlink with stdout to prevent log rotation issue.
  2. Created Dce.out and Dce.err where all the DCE logs will be written.
  3. Fixed the issue where an app starts and stops before we start logging in its logs. Added a retry process when the app gets killed, finished or fails.