Search code examples
websphere-libertyopen-liberty

Where are websphere-liberty logs inside a docker 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?


Solution

  • The websphere-docker image from Docker Hub writes the log files to /logs. This is documented in docker hub.