[jboss-jira] [JBoss JIRA] (WFLY-6266) Allow for millisecond resolution for access log entries via %t formatting

Stuart Douglas (JIRA) issues at jboss.org
Tue Feb 23 23:24:00 EST 2016


     [ https://issues.jboss.org/browse/WFLY-6266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stuart Douglas resolved WFLY-6266.
----------------------------------
    Resolution: Out of Date


Should be already available via 

%{time,[dd/MMM/yyyy:HH:mm:ss.S Z]}

Basically you should able to pass in any format that is understood by SimpleDataFormat

> Allow for millisecond resolution for access log entries via %t formatting
> -------------------------------------------------------------------------
>
>                 Key: WFLY-6266
>                 URL: https://issues.jboss.org/browse/WFLY-6266
>             Project: WildFly
>          Issue Type: Feature Request
>          Components: Web (Undertow)
>    Affects Versions: 10.0.0.Final
>            Reporter: Travis Rogers
>            Assignee: Stuart Douglas
>
> Currently Undertow supports access logging where the common log format time is written with each log entry.  It's desirable to be able to capture millisecond resolution on the time stamps for access log entries similar to the [capabilities provided by Apache|http://httpd.apache.org/docs/2.4/mod/mod_log_config.html#formats] via the formatting: {code}%{msec}t{code}
> It gets difficult to correlate times across servers when you don’t have millisecond granularity.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the jboss-jira mailing list