[Progress Communities] [Progress OpenEdge ABL] Forum Post: Preserve logging from Service Callout

Status
Not open for further replies.
B

Bartel Dodeman

Guest
Hello, I am using a Service Callout (SCO) within Corticon 5.6.0.3, which runs as a windows-service. Log-statements from this SCO show up in catalina.out, the only log-file that shows these log-statements. Problem is that after a restart catalina.out is automatically rewritten and all the log-statements have disappeared. Is there a way to preserve these log-entries? Here the Java-code i am using within my SCO: import org.apache.log4j.Logger; private static Logger LOG = Logger.getLogger(BrocacefDataService.class.getName()); LOG.error("my log entry") // .info() does not show up in catalina.out hence i am using .error() allways

Continue reading...
 
Status
Not open for further replies.
Top