All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xample.brooklyn-example-simple-web-cluster.0.6.0-M2.source-code.logback-custom.xml Maven / Gradle / Ivy

There is a newer version: 0.7.0-M1
Show newest version
<included>

    <!--
     
        this file demonstrates how to customise logging, base on the placeholder 
        logging-custom.xml included in brooklyn-logging-includes.

    -->        
  
    <!-- include this category -->
    <logger name="brooklyn.demo" level="DEBUG"/>
    
    <!-- log to simple-web-cluster.log -->
    <property name="logging.basename" scope="context" value="brooklyn-simple-web-cluster" />

  <!--
  
       more customisation is possible by overriding the default-included
       configuration files, such as logback-main.xml (entirely replacing configuration),
       or e.g. brooklyn/logback-appender-file.xml (replacing the FILE logger config).
       
  -->

</included>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy