Este contenido no está disponible en el idioma seleccionado.
2.6. Logging Sample Configurations
2.6.1. Sample XML Configuration for the Root Logger Copiar enlaceEnlace copiado en el portapapeles!
Copiar enlaceEnlace copiado en el portapapeles!
<subsystem xmlns="urn:jboss:domain:logging:1.1">
<root-logger>
<level name="INFO"/>
<handlers>
<handler name="CONSOLE"/>
<handler name="FILE"/>
</handlers>
</root-logger>
</subsystem>