Red Hat Training

A Red Hat training course is available for Red Hat JBoss Enterprise Application Platform

12.7.6. Échantillon de configuration XML pour un log handler de taille

<size-rotating-file-handler name="accounts_debug" autoflush="false">
   <level name="DEBUG"/>
   <file relative-to="jboss.server.log.dir" path="accounts-debug.log"/>
   <rotate-size value="500k"/>
   <max-backup-index value="5"/>
   <append value="true"/>
</size-rotating-file-handler>