Issue
Looking for the location of the log for the Jenkins controller docker container. Where is that by default?
Environment
-
CloudBees CI (CloudBees Core) on traditional platforms - Client controller
-
CloudBees CI (CloudBees Core) on traditional platforms - Operations Center
-
CloudBees Jenkins Enterprise
-
CloudBees Jenkins Enterprise - Managed controller
-
CloudBees Jenkins Enterprise - Operations center
-
Docker
Resolution
Logging is done to stdout so you can use your preferred logging system based on docker log driver. With default docker installation you can access logs with docker logs containerID
, but can also send logs to syslog, logstash or compatible log systems.