|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ logback-dev mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/logback-dev

<remote class="ch.qos.logback.classic.net.SocketRemote">
<address>logserver.qos.ch</address>
<port>6000</port>
<reconnectionDelay>10000</reconnectionDelay>
</remote>
The class attribute value defaults to SocketRemote, but can also specify SSLSocketRemote (and use a nested <ssl> element to configure).
The address property can also be specified as <remoteAddress> for consistency with SocketAppender.