add log rotate to 3xui.log file to avoid disk space consumption (#4277)

* add log rotate to 3xui.log file to avoid disk space consumption
This commit is contained in:
Amirmohammad Sadat Shokouhi
2026-05-13 18:33:56 +03:30
committed by GitHub
parent 6c6b40e063
commit 4399fe2a85
3 changed files with 27 additions and 19 deletions
+1
View File
@@ -26,6 +26,7 @@ require (
golang.org/x/sys v0.44.0
golang.org/x/text v0.37.0
google.golang.org/grpc v1.81.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gorm.io/driver/sqlite v1.6.0
gorm.io/gorm v1.31.1
)