aboutsummaryrefslogtreecommitdiff
path: root/modules/log/file.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/log/file.go')
-rw-r--r--modules/log/file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/log/file.go b/modules/log/file.go
index cce53529..52a2f68c 100644
--- a/modules/log/file.go
+++ b/modules/log/file.go
@@ -34,7 +34,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"`