I have an application which is configured on IBM WebSphere 6.0
version.
In that application, where ever the
System.out.printlN()
Statements, are there Where do they get printed? I mean which log files, will get it printed? In standalone I can check in the console, that application is deployed in windows server boxHow to Identify where all the log.debug, log.info statements get printed from the application into the server box. I tried checking in
log4j.properties
, but didnot find any useful info about that.
Background, we have a Websphere app server, where we have configured 2 Nodes and I am deploying in the Node 01, on my changes and trying to debug, but no help.
Please guide if any one has past exp on it.