Skip to content

Instantly share code, notes, and snippets.

Created December 12, 2012 16:25
Show Gist options
  • Save anonymous/4269254 to your computer and use it in GitHub Desktop.
Save anonymous/4269254 to your computer and use it in GitHub Desktop.
<periodic-rotating-file-handler name="FILE">
<formatter>
<pattern-formatter
pattern="%d{yyyy/MM/dd HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n" />
</formatter>
<file relative-to="jboss.server.log.dir" path="server.log" />
<suffix value=".yyyy-MM-dd" />
<append value="true" />
</periodic-rotating-file-handler>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment