Skip to content

Commit

Permalink
added reference to logback-decoder project
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Apr 22, 2013
1 parent 5f43720 commit 4b770ce
Showing 1 changed file with 23 additions and 14 deletions.
37 changes: 23 additions & 14 deletions logback-site/src/site/pages/volunteer.html 100644 → 100755
Expand Up @@ -43,7 +43,20 @@ <h2>Call for volunteers</h2>
the site are also welcome.</p>
</li>

<li><span class="label">high priority</span> <b>Maintain the groovy configurator</b>
<li><span class="label">medium priority</span> <b>Decoder:
parse log files and transform them into logging events</b>

<p>This effort has been started under the <a
href="https://github.com/qos-ch/logback-decoder">logback-decoder</a>
project but has stalled. This problem is technically
interesting, has a well-defined scope and mostly independent of
the logback framework.
</p>

</li>

<li><span class="label">medium priority</span> <b>Maintain the
groovy configurator</b>

<p>The Groovy configurator, aka Gaffer, although pretty cool, is
not getting the attention it deserves. The amount of code
Expand All @@ -53,12 +66,6 @@ <h2>Call for volunteers</h2>
</p>
</li>

<li><b>Write a tool for parsing log files</b>

<p>We are looking for a volunteer to write a tool for parsing
log files.</p>
</li>

<li><b>Improve OSGi support</b>

<p>We are looking for an OSGi expert to review our current
Expand All @@ -82,6 +89,15 @@ <h2>Call for volunteers</h2>
computer.</p>

<ul>

<li><a
href="http://logback.qos.ch/jenkins/job/logback/149/">build
#149</a> with test faulure in <a
href="http://logback.qos.ch/jenkins/job/logback/ch.qos.logback$logback-classic/149/testReport/junit/ch.qos.logback.classic.joran/JoranConfiguratorTest/levelChangePropagator1/">JoranConfiguratorTest.levelChangePropagator1</a>
probable cause: parallel execution, j.u.l. shared-state
overridden by levelChangePropagator0 while levelChangePropagator1 is running
</li>

<li><a
href="http://logback.qos.ch/jenkins/job/logback/298/">build
#298</a> with test faulure in <a
Expand All @@ -97,13 +113,6 @@ <h2>Call for volunteers</h2>
probable cause: race condition, GreenMail server not running
at time of message transmission</li>

<li><a
href="http://logback.qos.ch/jenkins/job/logback/149/">build
#149</a> with test faulure in <a
href="http://logback.qos.ch/jenkins/job/logback/ch.qos.logback$logback-classic/149/testReport/junit/ch.qos.logback.classic.joran/JoranConfiguratorTest/levelChangePropagator1/">JoranConfiguratorTest.levelChangePropagator1</a>
probable cause: parallel execution, j.u.l. shared-state
overridden by levelChangePropagator0 while levelChangePropagator1 is running
</li>

</ul>

Expand Down

0 comments on commit 4b770ce

Please sign in to comment.