Skip to content

Commit

Permalink
Fixed typo in logback configuration
Browse files Browse the repository at this point in the history
Target: trunk
Request: 2.7
Require-notes: no
Require-book: no
Acked-by: Paul Millar <paul.millar@desy.de>
Patch: http://rb.dcache.org/r/6234/
  • Loading branch information
gbehrmann committed Nov 12, 2013
1 parent 7717ac1 commit 000c505
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions skel/etc/logback.xml
Expand Up @@ -204,14 +204,14 @@
</threshold>

<threshold>
<appender>org.dcache.events</appender>
<logger>events</logger>
<appender>events</appender>
<logger>org.dcache.events</logger>
<level>${dcache.log.level.events}</level>
</threshold>

<threshold>
<appender>org.dcache.access</appender>
<logger>access</logger>
<appender>access</appender>
<logger>org.dcache.access</logger>
<level>${dcache.log.level.access}</level>
</threshold>
</turboFilter>
Expand Down

0 comments on commit 000c505

Please sign in to comment.