System.err.println and System.out.println not getting in log file

639 Views Asked by At

I have developed new Spring webservice and had few System.out.println and System.err.println debug line in my code. This webservice ear is deployed to IBM WAS server. But i am not seeing those debug statement in SystemOut.log and SystemErr.log files. But other ear's debug statement in same WAS server is getting printed in those log file.

Can some one help me why my new ear debug statement alone not getting into log files?

0

There are 0 best solutions below