radial / imagebase-spoke

Base Dockerfile for Spoke containers. Supervisor and SSH built-in for your apps.
https://index.docker.io/u/radial/spoke-base
2 stars 1 forks source link

Log output format inconsistencies #7

Open brianclements opened 9 years ago

brianclements commented 9 years ago

setup logic in entrypoint scripts dump messages into supervisor logs as a hack to have them display in fig/docker logs/log streaming apps. The date/message formatting is not the same and something needs to change here so that log output can be properly sanitized to allow for proper log handling services later. Perhaps move setup messages to it's own log? leave stdoutt and stderr completely for the apps output through supervisord?