[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
Last update - the stock logging.xml configuration %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n will result in the package of a class being shortened to a single character like so: o.s.b.f.xml.XmlBeanDefinitionReader The {36} portion sets the size for the package.class size, and if the reference doesn't fit, the logger'll shorten it. Getting rid of the {36} segment like so: %d{HH:mm:ss.SSS}/%r [%thread] %-5level %logger - %msg%n results in the full package name being reported: org.springframework.beans.factory.xml.XmlBeanDefinitionReader which is what I was looking for. Thanks to PSC Tech support and Jeffrey Wolf for digging this up!

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