My Docker container produces multiple application logs.
docker logs
command only shows the app startup logs. Is there a way to redirect the other log files so they are shown by the docker logs
command?
EDIT:
I'm using the WebSphere traditional docker image. Docker logs only shows the startServer.log but there are other logs like SystemOut.log ....