Set up logging

Created by: ghost

Estimated duration: ~2d

For Development and Production, setup a useful logging.

  • Logging for development: output all logs to docker logs.
  • Logging for production:
    • output all logs to docker container logs
    • use a service (internal or external) to collect logs and send email in case of failures etc.