Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed references to thread pool configuration
  • Loading branch information
ceharris committed Apr 23, 2013
1 parent faed1d2 commit ef719d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 23 deletions.
11 changes: 0 additions & 11 deletions logback-site/src/site/pages/manual/appenders.html
Expand Up @@ -1999,17 +1999,6 @@ <h3 class="doAnchor"><a name="serverSocketAppender"></a>
the appender, as described in <a href="usingSSL.html">Using SSL</a>.
</td>
</tr>
<tr>
<td><span class="prop" container="serverSocketAppender">threadPool</span></td>
<td><code>ThreadPoolFactoryBean</code></td>
<td>This property specifies configuration for a thread pool that will
be used to manage the appender's thread resources. In most cases,
this configuration is not required, as the defaults are generally
adequate. See <a href="../xref/ch/qos/logback/core/net/server/ThreadPoolFactoryBean">
<code>ThreadPoolFactoryBean</code></a> for a description of the
configurable properties and recommended settings.
</td>
</tr>
</table>

<p>The following example illustrates a configuration that uses
Expand Down
12 changes: 0 additions & 12 deletions logback-site/src/site/pages/manual/receivers.html
Expand Up @@ -171,18 +171,6 @@ <h2 class="doAnchor" name="receiverServerComponents">Receivers
the receiver, as described in <a href="usingSSL.html">Using SSL</a>.
</td>
</tr>
<tr>
<!-- should this option be removed altogether? -->
<td><span class="prop" container="serverSocketReceiver">threadPool</span></td>
<td><code>ThreadPoolFactoryBean</code></td>
<td>This property specifies configuration for a thread pool that will
be used to manage the receiver's thread resources. In most cases,
this configuration is not required, as the defaults are generally
adequate. See <a href="../apidocs/ch/qos/logback/core/net/server/ThreadPoolFactoryBean.html">
<code>ThreadPoolFactoryBean</code></a> for a description of the
configurable properties and recommended settings.
</td>
</tr>
</table>

<h3 class="doAnchor" name="usingServerSocketReceiver">Using
Expand Down

0 comments on commit ef719d8

Please sign in to comment.