mirror of
https://github.com/rclone/rclone.git
synced 2025-07-01 23:31:35 +08:00

This removes logrus which is not developed any more and replaces it with the new log/slog from the Go standard library. It implements its own slog Handler which is backwards compatible with all of rclone's previous logging modes.