Merge branch 'feature-publishLog-daiyb' into dev

This commit is contained in:
daiyb 2026-02-28 15:46:13 +08:00
commit 4cbc6512d4
4 changed files with 17 additions and 10 deletions

View File

@ -38,4 +38,11 @@ TelNum = "18021272627"
Password = "Gy.123456" Password = "Gy.123456"
[service] [service]
IsHTTPS = false IsHTTPS = false
[zapLog]
level = "info"
filename = "logs/fiee_zap.log"
maxsize = 5
maxage = 30
maxbackups = 30

View File

@ -43,6 +43,6 @@ Webhookkey = "whsec_uOQpG6IZTqtfLuePIDtfLCGJPqedSCCN"
[zapLog] [zapLog]
level = "info" level = "info"
filename = "logs/fiee_zap.log" filename = "logs/fiee_zap.log"
max_size = 5 maxsize = 5
max_age = 30 maxage = 30
max_backups = 30 maxbackups = 30

View File

@ -43,6 +43,6 @@ Webhookkey = "whsec_Mol32WD1KcKHUdYsSwap0LR03q2g9qNY"
[zapLog] [zapLog]
level = "info" level = "info"
filename = "logs/fiee_zap.log" filename = "logs/fiee_zap.log"
max_size = 5 maxsize = 5
max_age = 30 maxage = 30
max_backups = 30 maxbackups = 30

View File

@ -45,6 +45,6 @@ Webhookkey = "whsec_uOQpG6IZTqtfLuePIDtfLCGJPqedSCCN"
[zapLog] [zapLog]
level = "info" level = "info"
filename = "logs/fiee_zap.log" filename = "logs/fiee_zap.log"
max_size = 5 maxsize = 5
max_age = 30 maxage = 30
max_backups = 30 maxbackups = 30