Skip to content

Commit

Permalink
[assembly] Don't omit IgnoreSiftAppender in dev-launcher
Browse files Browse the repository at this point in the history
This reverts 2639b9b
  • Loading branch information
bertfrees committed Feb 14, 2018
1 parent 4e7758a commit 2467bd7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion assembly/src/main/assembly/dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ bundles.auto.deploy=../bundles/felix
bundles.bootstrap=../bundles/bootstrap
pipeline.ws.clientkey=clientid
pipeline.ws.clientsecret=supersecret
pipeline.log.jobappender=ch.qos.logback.classic.sift.SiftingAppender
3 changes: 0 additions & 3 deletions assembly/src/main/assembly/dev.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
<include>gui/org.apache.felix.fileinstall-*.cfg</include>
<include>webservice/org.apache.felix.fileinstall-*.cfg</include>
</includes>
<excludes>
<exclude>org.apache.felix.fileinstall-pipeline-logging-appender.cfg</exclude>
</excludes>
<outputDirectory>/etc</outputDirectory>
<filtered>true</filtered>
</fileSet>
Expand Down
1 change: 0 additions & 1 deletion assembly/src/main/assembly/dist.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ pipeline.ws.clientsecret=supersecret
pipeline.cli.starting=true
pipeline.cli.timeout=100
pipeline.cli.debug=false
pipeline.log.jobappender=org.daisy.pipeline.logging.IgnoreSiftAppender
3 changes: 2 additions & 1 deletion assembly/src/main/resources/etc/config-logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

<!-- see http://logback.qos.ch/manual/configuration.html#LevelChangePropagator -->
<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator"/>
<appender name="JOB" class="${pipeline.log.jobappender}">

<appender name="JOB" class="org.daisy.pipeline.logging.IgnoreSiftAppender">
<!-- in the absence of the class attribute, it is assumed that the
desired discriminator type is
ch.qos.logback.classic.sift.MDCBasedDiscriminator -->
Expand Down

0 comments on commit 2467bd7

Please sign in to comment.