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

chapters.configuration.contextScopedVariable.xml Maven / Gradle / Ivy

There is a newer version: 1.3.0-alpha4
Show newest version
<configuration>

  <property scope="context" name="nodeId" value="firstNode"/>

  <appender name="FILE" class="ch.qos.logback.core.FileAppender">
    <file>/opt/${noteId}/myApp.log</file>
    <encoder>
      <pattern>%msg%n</pattern>
    </encoder>
  </appender>

  <root level="debug">
    <appender-ref ref="FILE"/>
  </root>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy