laredotornado
10-01-2009, 05:37 PM
Hi,
I'm new to Resin and using version 3.0.19. In my WAR project, I have some System.out lines but I can't see them reflected in standard out. In my resin.conf file, I have
<log name="" level="info" path="stdout:" timestamp="[%H:%M:%S.%s] "/>
<log name="com.caucho.java" level="config" path="stdout:"
timestamp="[%H:%M:%S.%s] "/>
<log name="com.caucho.loader" level="config" path="stdout:"
timestamp="[%H:%M:%S.%s] "/>
And although there is a standard out file, my lines do not appear in there. Is there any other setting I should check to see what file standard out is getting sent to?
Thanks, - Dave
I'm new to Resin and using version 3.0.19. In my WAR project, I have some System.out lines but I can't see them reflected in standard out. In my resin.conf file, I have
<log name="" level="info" path="stdout:" timestamp="[%H:%M:%S.%s] "/>
<log name="com.caucho.java" level="config" path="stdout:"
timestamp="[%H:%M:%S.%s] "/>
<log name="com.caucho.loader" level="config" path="stdout:"
timestamp="[%H:%M:%S.%s] "/>
And although there is a standard out file, my lines do not appear in there. Is there any other setting I should check to see what file standard out is getting sent to?
Thanks, - Dave