3

Is there any way through which we can enable debug logs in start up script of Websphere Application Server, preferably V8.5? A guy told me long back that there is a command we need to write in startServer.bat, I can't recall that.

I know how to enable logs through WAS admin console, viz. through 'logging and tracing', but how can I do that in start up script for debug? Kindly help.

Ravish Rawat
  • 476
  • 2
  • 15
  • 48

1 Answers1

2

The -trace argument to the startServer script will cause the logs/<server>/startServer.log file to have additional details about the server start process (rather than the server process). See the startServer command topic in the Knowledge Center for additional information.

Brett Kail
  • 33,593
  • 2
  • 85
  • 90