1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-07 11:03:15 +00:00
Commit Graph

2 Commits

Author SHA1 Message Date
Tingsong Xu
c37c6248fc fs/log: fix PID not included in JSON log output
When using `--log-format pid,json`, the PID was not being added to the JSON log output. This fix adds PID support to JSON logging.
2025-12-10 12:44:23 +00:00
Nick Craig-Wood
dfa4d94827 fs: Remove github.com/sirupsen/logrus and replace with log/slog
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.
2025-05-23 11:27:49 +01:00