release v0.5.0 (#24)

[new] Optimize for http services.Support virtual host and custom domain binding.
[new] Support max days of keeping log files.
[fix] Fix a bug when reconnecting.
This commit is contained in:
fatedier
2016-05-03 22:05:55 +08:00
Unverified
parent 2c39719cc0
commit f804330dbf
18 changed files with 607 additions and 140 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ func main() {
client.ServerPort = serverPort
}
log.InitLog(client.LogWay, client.LogFile, client.LogLevel)
log.InitLog(client.LogWay, client.LogFile, client.LogLevel, client.LogMaxDays)
// wait until all control goroutine exit
var wait sync.WaitGroup