Uploaded image for project: 'JBoss Web Server'
  1. JBoss Web Server
  2. JWS-2952

Improve default AccessLogValve pattern for better support diagnostics

XMLWordPrintable

    • False
    • None
    • False
    • Release Notes

      In support cases, we very often have to request customers to expound on the access log pattern, adding important fields like %S %I and %T for helpful information in reviewing any session concern, performance concern, or just enough details to accurately correlate specific requests to other specific log messages or correlating dumps.

      This means we regularly have to request it and customers have to do restarts and wait for recurrences, causing a lot of repeated support updates and delays in case resolutions. Could we improve our default access log pattern to include additional fields like below that customers most often have to enable for support diagnostics:

              <Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs"
                     prefix="localhost_access_log" suffix=".txt"
                     pattern="%h %l %u %t &quot;%r&quot; %s %b %S %I %T" />
      

              huwang@redhat.com Hui Wang (Inactive)
              rhn-support-aogburn Aaron Ogburn
              Karel Ramis Karel Ramis
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: