作者 tangxvhui

修改日志文件的路由

... ... @@ -6,5 +6,5 @@ import (
)
func init() {
beego.SetStaticPath("/log", constant.LOG_File)
beego.SetStaticPath("/log", "./log/"+constant.LOG_File)
}
... ...