After installing websphere liberty into a docker container, logs are no longer under wlp/usr/servers/server1/logs.
I can tail the log by :
docker logs --tail=all -f $id
but where are they in the container?
After installing websphere liberty into a docker container, logs are no longer under wlp/usr/servers/server1/logs.
I can tail the log by :
docker logs --tail=all -f $id
but where are they in the container?
The websphere-docker image from Docker Hub writes the log files to /logs. This is documented in docker hub.
Hey inside a docker container, logs will be stored under /opt/ibm/wlp/output/defaultServer/logs
path.