[jboss-jira] [JBoss JIRA] (WFLY-1721) Access log support
Yoshimasa Tanabe (JIRA)
jira-events at lists.jboss.org
Thu Aug 29 13:06:03 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800350#comment-12800350 ]
Yoshimasa Tanabe commented on WFLY-1721:
----------------------------------------
I have another question.
Does Undertow Access Log support response time(such as %D in Tomcat)?
(I maybe should ask this at Undertow space...)
I got the message that %D is not supported.
{code}
ERROR [io.undertow] (MSC service thread 1-2) UT005017: Unknown variable %D
{code}
I wonder that now Undetrow is not supported response time because there may be no attribute for it.
{code}
ls -l $UNDERTOW_REPO_ROOT/core/src/main/java/io/undertow/attribute | awk '{ print $9 }'
BytesSentAttribute.java
CompositeExchangeAttribute.java
ConstantExchangeAttribute.java
CookieAttribute.java
DateTimeAttribute.java
ExchangeAttribute.java
ExchangeAttributeBuilder.java
ExchangeAttributeParser.java
ExchangeAttributes.java
IdentUsernameAttribute.java
LocalIPAttribute.java
LocalPortAttribute.java
LocalServerNameAttribute.java
PredicateContextAttribute.java
QueryParameterAttribute.java
QueryStringAttribute.java
ReadOnlyAttributeException.java
RelativePathAttribute.java
RemoteIPAttribute.java
RemoteUserAttribute.java
RequestHeaderAttribute.java
RequestLineAttribute.java
RequestMethodAttribute.java
RequestProtocolAttribute.java
RequestURLAttribute.java
ResponseCodeAttribute.java
ResponseHeaderAttribute.java
SslCipherAttribute.java
SslClientCertAttribute.java
SslSessionIdAttribute.java
ThreadNameAttribute.java
{code}
> Access log support
> ------------------
>
> Key: WFLY-1721
> URL: https://issues.jboss.org/browse/WFLY-1721
> Project: WildFly
> Issue Type: Feature Request
> Components: Web (Undertow)
> Affects Versions: 8.0.0.Alpha3
> Reporter: Tomaz Cerar
> Assignee: Tomaz Cerar
> Fix For: 8.0.0.Beta1
>
>
> We need to expose access log configuration trough management.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list