3 Replies Latest reply on Dec 14, 2013 2:22 AM by peddi.praveen

    How to enable access.log in jboss 7.2.0

    peddi.praveen

      I'm trying to enable access.log in jboss 7.2.0 using the below access log pattern. I have tried adding the below pattern in domain.xml under various profiles sections (default, full, full-ha & ha) but it did not help me. I have added this in standalone.xml as well but still I couldn't see the access.log being created.

       

      <access-log pattern="%a %t %H %p %m %U %s %D %b" rotate="true" prefix="jboss-access-log-">

        <directory path="." relative-to="jboss.server.log.dir"/>

        </access-log>

       

      Can anyone help me with this?