WASdev / ci.docker.websphere-traditional

Dockerfiles for WebSphere Application Server traditional
Apache License 2.0
171 stars 192 forks source link

output all log files to Docker logs #56

Closed dkirrane closed 6 years ago

dkirrane commented 7 years ago

Docker logs only shows the startServer.log but there are other logs like SystemOut.log and any other log files. Can these be redirected somehow to Docker logs

davidcurrie commented 7 years ago

Hi - what image are you using? You should see the output from the server start initially but once the server startup is complete it then tails SystemOut.log and SystemErr.log.

arthurdm commented 6 years ago

Closing as answered.