7 Replies Latest reply on Nov 21, 2014 7:56 AM by omur.ozbahceliler

    Logging pattern in EAP 6.1.0 Beta causes junk in console in eclipse

    rhare2

      In the Jboss EAP 6.1.0 Beta distribution, the console logging format is:

      <pattern-formatter pattern="%K{level}%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/>

       

      The %K{level} was added since AS 7.1.   In Eclipse I get junk at the begining of the line in the console view when connected to a running instance of the server.  Is this a bug?  A misconfiguration?  Here is a view of what the console looks like:

       

      consolelog.jpg

      If I take out the "%K{level}" the junk goes away. So what does %K{level} do, and where do I find this information?  No matter what it seems like it shouldn't add junk to the console log out of the box.

       

      Thanks for any insight as to if this is a bug or just a misconfiguration on my part.