[logback-dev] [qos-ch/logback] 41f3bf: changed SocketRemote address property to host
Carl Harris
ceharris at vt.edu
Thu Apr 4 12:37:35 CEST 2013
Branch: refs/heads/master
Home: https://github.com/qos-ch/logback
Commit: 41f3bf6442f37c023669559901830f49836a0d3a
https://github.com/qos-ch/logback/commit/41f3bf6442f37c023669559901830f49836a0d3a
Author: Carl Harris <ceharris at vt.edu>
Date: 2013-04-04 (Thu, 04 Apr 2013)
Changed paths:
M logback-classic/src/main/java/ch/qos/logback/classic/net/SocketRemote.java
M logback-classic/src/test/java/ch/qos/logback/classic/net/SSLSocketRemoteTest.java
M logback-classic/src/test/java/ch/qos/logback/classic/net/SocketRemoteTest.java
M logback-examples/src/main/java/chapters/appenders/socket/remoteClient.xml
M logback-examples/src/main/java/chapters/appenders/socket/ssl/remoteClient.xml
Log Message:
-----------
changed SocketRemote address property to host
SocketAppenderBase uses 'remoteHost'. The 'remote' suffix seems a
little redundant when configuring the property inside of a <remote>
component, so the preferred name is 'host' in SocketRemote. However,
for consistency with SocketAppenderBase, this property can also be set
using 'remoteHost'.
Commit: 798cacfbc6f12b184cde88267a879429be95e0d0
https://github.com/qos-ch/logback/commit/798cacfbc6f12b184cde88267a879429be95e0d0
Author: Carl Harris <ceharris at vt.edu>
Date: 2013-04-04 (Thu, 04 Apr 2013)
Changed paths:
M logback-classic/src/main/java/ch/qos/logback/classic/net/SocketRemote.java
M logback-classic/src/test/java/ch/qos/logback/classic/net/SSLSocketRemoteTest.java
M logback-classic/src/test/java/ch/qos/logback/classic/net/SocketRemoteTest.java
M logback-examples/src/main/java/chapters/appenders/socket/remoteClient.xml
M logback-examples/src/main/java/chapters/appenders/socket/ssl/remoteClient.xml
Log Message:
-----------
Merge pull request #102 from ceharris/socketRemoteHostProperty
changed SocketRemote address property to host
Compare: https://github.com/qos-ch/logback/compare/ad22e115a0dc...798cacfbc6f1
More information about the logback-dev
mailing list