mirror of
https://github.com/rclone/rclone.git
synced 2025-06-25 10:51:23 +08:00

In this commit the logging system was re-worked dfa4d948279f3e36 fs: Remove github.com/sirupsen/logrus and replace with log/slog Unfortunately the systemd logging was still using the plain log package and this caused a deadlock as it was recursively calling the logging package. The fix was to use the dedicated systemd journal logging routines in the process removing a TODO!