Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-5345

improve COLOR-PATTERN for console for standalone.xml

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Won't Do
    • Minor
    • None
    • None
    • Logging
    • None
    • Undefined

    Description

      Currently, in standalone-*.xml, the following formatter is used for console:

      <formatter name="COLOR-PATTERN"> 
       <pattern-formatter pattern="%K{level}%d{HH:mm:ss,SSS} %-5p [%c] %s%e%n"/> </formatter>

      However, the logs in the console does not provide a hyperlink to the corresponding classes. Using something like the following pattern, all classes will be highlighted as hyperlinks so that the user can click the class name from the console of its project and jump directly to this class:

      <formatter name="COLOR-PATTERN"> 
        <pattern-formatter pattern="%d{HH:mm:ss,SSS} [%t] %-5level (%F:%L) - %msg%n"/> </formatter>

       

      Maybe you can improve the current pattern-formatter for console-layout to have hyperlinks for classes.

       

       

      Attachments

        Activity

          People

            jperkins-rhn James Perkins
            nimo22 nimo stephan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: