Skip to content

janario/wildfly-logback-subsystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logback

WildFly

Install:

copy

  • standalone/configuration/logback-default.xml (sample)
  • standalone/configuration/logging.properties (sample)

standalone/configuration/standalone.xml

  • remove <extension module="org.jboss.as.logging"/>

  • add <extension module="me.janario.logback"/>

  • remove <subsystem xmlns="urn:jboss:domain:logging:2.0">...</subsystem>

  • add <subsystem xmlns="urn:me.janario.logback:1.0"/>

  • copy target/modules/system/layers/logback to wildfly-8.2.0.Final/modules/system/layers/logback

  • copy target/modules/layers.conf to wildfly-8.2.0.Final/modules/layers.conf

Know Issues

  • After stop LoggerContext old Logger still with a reference of it(stoped and no more contextual)
  • Improve integration with LoggerContext logger-selector (levels and appenders)

About

Subsystem that integrate Logback in WildFly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages