[progress Communities] [progress Openedge Abl] Forum Post: Re: Pas For Oe - Logging Control

  • Thread starter Thread starter Tim Kuehn
  • Start date Start date
Status
Not open for further replies.
T

Tim Kuehn

Guest
What I wound up doing was, in logging.xml I removed all the "logger" entries leaving this behind: I then ran a call to the REST service and trimmed out the stuff I didn't want. Marking org.apache.camel as "INFO" got rid of the most chaff I didn't need. Once I got the logs down to most of what I wanted, my logger.xml was left like this: All the "WARN" entries effectively silenced those logs under normal operation. Once that was done I'd get the following in the log on each call: 16:32:20.968/137624 [catalina-exec-6] DEBUG c.p.a.services.security.OECORSFilter - Processing GET to URL: '/Logging/rest/LogService/LogResource' of type ACTUAL null 16:32:20.971/137627 [catalina-exec-6] DEBUG c.p.a.services.security.OECORSFilter - Allow non-CORS access: '/Logging/rest/LogService/LogResource' 16:32:20.994/137650 [catalina-exec-6] DEBUG c.p.c.c.j.i.CafJAXRSInInterceptor - Request path is: /LogResource 16:32:20.994/137650 [catalina-exec-6] DEBUG c.p.c.c.j.i.CafJAXRSInInterceptor - Request HTTP method is: GET 16:32:20.994/137650 [catalina-exec-6] DEBUG c.p.c.c.j.i.CafJAXRSInInterceptor - Request contentType is: */* 16:32:20.995/137651 [catalina-exec-6] DEBUG c.p.c.c.j.i.CafJAXRSInInterceptor - Accept contentType is: */* 16:32:20.995/137651 [catalina-exec-6] DEBUG c.p.c.c.j.i.CafJAXRSInInterceptor - Found operation: LogClass..GetVerb 16:32:21.774/138430 [catalina-exec-6] DEBUG c.p.appserv.endpoints.oe.Endpoint - AppServer Endpoint connected: null 16:32:21.774/138430 [catalina-exec-6] DEBUG c.p.appserv.endpoints.oe.Endpoint - Creating singleton class LogClass 16:32:21.778/138434 [catalina-exec-6] DEBUG c.p.appserv.endpoints.oe.Endpoint - Running internal procedure: LogClass.GetVerb The catalina-exec-6 and the date/time fields may enable me to link this with the corresponding records in the dumper file.

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