mirror of
https://github.com/rclone/rclone.git
synced 2025-08-06 12:49:42 +02:00
In this commit the logging system was re-worked
dfa4d94827
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!