1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

log: add log rotation to --log-file - fixes #2259

This commit is contained in:
Nick Craig-Wood
2025-04-11 17:52:50 +01:00
parent 4b777db20b
commit 8d353039a6
4 changed files with 121 additions and 15 deletions

1
go.mod
View File

@@ -89,6 +89,7 @@ require (
golang.org/x/text v0.28.0
golang.org/x/time v0.12.0
google.golang.org/api v0.247.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/validator.v2 v2.0.1
gopkg.in/yaml.v3 v3.0.1
storj.io/uplink v1.13.1