rclone/cmd/serve
albertony bcdfad3c83 build: update logging statements to make json log work - fixes #6038
This changes log statements from log to fs package, which is required for --use-json-log
to properly make log output in JSON format. The recently added custom linting rule,
handled by ruleguard via gocritic via golangci-lint, warns about these and suggests
the alternative. Fixing was therefore basically running "golangci-lint run --fix",
although some manual fixup of mainly imports are necessary following that.
2024-09-06 17:04:18 +01:00
..
dlna build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
docker serve docker: fix incorrect conversion between integer types 2024-08-17 15:03:39 +02:00
ftp serve ftp: fix failed startup due to config changes 2024-07-22 14:54:32 +01:00
http build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
nfs serve nfs: unify the nfs library logging with rclone's logging better 2024-09-04 10:50:21 +01:00
proxy build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
restic tree-wide: replace /bin/bash with /usr/bin/env bash 2024-06-11 12:47:47 +01:00
s3 build: fix govet lint errors with golangci-lint v1.60.1 2024-08-14 18:25:40 +01:00
servetest serve s3: implement --auth-proxy 2024-07-17 15:14:08 +01:00
sftp serve sftp: convert options to new style 2024-07-15 11:09:54 +01:00
webdav webdav: add --webdav-unix-socket-path to connect to a unix socket 2024-08-15 15:14:51 +01:00
serve.go serve s3: let rclone act as an S3 compatible server 2023-11-16 16:59:55 +00:00