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

tions.aem-orchestrator.2.0.0.source-code.logback.xml Maven / Gradle / Ivy

Go to download

Java application for orchestrating AEM infrastructure created using aem-aws-stack-builder

There is a newer version: 4.0.0
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<configuration>

  <appender name="FILE" class="ch.qos.logback.core.FileAppender">
    <file>orchestrator.log</file>
    <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
      <pattern>%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n</pattern>
    </encoder>
    <param name="Append" value="false" />
  </appender>
  
  <logger name="com.shinesolutions.aemorchestrator" level="debug" additivity="false">
    <appender-ref ref="FILE" />
  </logger>

  <root level="error">
    <appender-ref ref="FILE" />
  </root>

</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy