Hello,
I am using something similar to this logging package. It works fine (for a while) after I initialize using PropertyConfigurator… a day or two later, it stops logging to the rolling log file.
I have to manually invoke the service (that calls configure) to start logging,
if (logger.isEnabledFor(p)) {
…
}
it goes in to the above if block, which means logger is not null or anything, but when logger.log(…) is called in that block, nothing happens. I have this wrapped in try/catch and calling pub.flow.debugLog in catch, nothing in the server log either…
I just changed to DailyRollingFileAppender… I am hoping that might make any difference…
Thanks
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services