dep: fix a log file deleted bug caused by beego.logs

This commit is contained in:
fatedier
2016-08-22 01:08:19 +08:00
parent c8e5096f48
commit 94c7f57949
10 changed files with 935 additions and 115 deletions

View File

@@ -156,5 +156,5 @@ func (s *SMTPWriter) Destroy() {
}
func init() {
Register("smtp", newSMTPWriter)
Register(AdapterMail, newSMTPWriter)
}