mvberg / ib-gateway-docker

Interactive Brokers Trading Gateway running in Docker
MIT License
224 stars 105 forks source link

Docker container logging #16

Open dvasdekis opened 4 years ago

dvasdekis commented 4 years ago

Hi folks. I can see the logs via the VNC client, but I'm wondering if there's a way these logs can be sent to STDOUT/STDERR, so that a standard docker logging provider can be used. Anyone had any success getting something like this to work?

dvasdekis commented 4 years ago

Note: https://docs.docker.com/config/containers/logging/ shows how this can be done, with the Nginx example. I'll get around to this eventually :)