Skip to content

Deploys a JMX endpoint allowing to configure logback on-the-fly.

License

Notifications You must be signed in to change notification settings

Cosium/jmx-configurator-for-logback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Maven Central

JMX Configurator for Logback

Deploys a JMX endpoint allowing to configure logback on-the-fly.

Quick start

  1. Add the dependency:
    <dependency>
       <groupId>com.cosium.jmx_configurator_for_logback</groupId>
       <artifactId>jmx-configurator-for-logback</artifactId>
       <version>${jmx-configurator-for-logback.version}</version>
    </dependency>
  2. Use the JMX endpoint deployed at com.cosium.jmx_configurator_for_logback:Name=default,Type=com.cosium.jmx_configurator_for_logback.JMXConfigurator

Prerequisites

Genesis

This project was created following the logback commit which removed JMX support from logback.