mirror of
https://github.com/astaxie/beego.git
synced 2025-06-12 12:00:39 +00:00
fix #576
This commit is contained in:
@ -30,7 +30,7 @@ type FileLogWriter struct {
|
||||
|
||||
// Rotate daily
|
||||
Daily bool `json:"daily"`
|
||||
Maxdays int64 `json:"maxdays`
|
||||
Maxdays int64 `json:"maxdays"`
|
||||
daily_opendate int
|
||||
|
||||
Rotate bool `json:"rotate"`
|
||||
|
Reference in New Issue
Block a user