[jboss-jira] [JBoss JIRA] (WFLY-1721) Access log support

Yoshimasa Tanabe (JIRA) jira-events at lists.jboss.org
Thu Aug 29 11:05:03 EDT 2013


    [ https://issues.jboss.org/browse/WFLY-1721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12800313#comment-12800313 ] 

Yoshimasa Tanabe commented on WFLY-1721:
----------------------------------------

OK, It works!

{code}
[standalone at localhost:9990 /] /subsystem=undertow/server=default-server/host=default-host/setting=access-log:write-attribute(name=directory,value="$WILDFLY_HOME/standalone/log")
{
    "outcome" => "success",
    "response-headers" => {
        "operation-requires-reload" => true,
        "process-state" => "reload-required"
    }
}
// restart WildFly
$ wget localhost:8080
$ ls
access_log..log  server.log  server.log.2013-08-28
$ cat access_log..log
127.0.0.1   29/Aug/2013:14:39:31 +0000 "GET / HTTP/1.0" 200 2417
{code}

Thank you for you reply!
                
> 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