I have Docker on OpenSuse Leap 42.1. I have setup Remote API. Where can I see the logs/STDOUT of the Remote API service? Specifically the logs indicating API calls such as GET and POST calls.
I checked the docker service logs using:
journalctl -u docker.service
But this only indicates that API is listening on a port. Doesn't actually show the information about the calls being made.
time="2016-10-31T17:44:07.170795338Z" level=info msg="API listen on /var/run/docker.sock"
When I ran the docker deamon directly I was able to see the REST API information in the STDOUT. I am guessing it is not storing STDOUT to logs.