rclone/lib/http
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
..
serve lib/http: fix tests after go1.23 update 2024-07-20 10:54:47 +01:00
templates serve http: support unix sockets and multiple listners 2022-12-15 12:38:09 +00:00
testdata http: add client certificate user auth middleware 2023-06-26 14:33:53 +01:00
auth_test.go cmd/rcd: Fix command docs to include command specific prefix (#6675) 2023-03-22 11:47:35 +00:00
auth.go build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
context.go lib/http: fix race condition 2022-12-15 12:38:09 +00:00
middleware_test.go serve webdav: fix webdav with --baseurl under Windows 2024-03-28 10:06:04 +00:00
middleware.go serve webdav: fix webdav with --baseurl under Windows 2024-03-28 10:06:04 +00:00
server_test.go http: fix webdav OPTIONS response (#6433) 2023-08-01 11:48:41 +09:00
server.go build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00
template_test.go cmd/rcd: Fix command docs to include command specific prefix (#6675) 2023-03-22 11:47:35 +00:00
template.go build: update logging statements to make json log work - fixes #6038 2024-09-06 17:04:18 +01:00