rclone/fs/log
Nick Craig-Wood 2e21c58e6a fs: deglobalise the config #4685
This is done by making fs.Config private and attaching it to the
context instead.

The Config should be obtained with fs.GetConfig and fs.AddConfig
should be used to get a new mutable config that can be changed.
2020-11-26 16:40:12 +00:00
..
logflags docs: spelling: e.g. 2020-10-28 18:16:23 +00:00
caller_hook.go doc: fix typos throughout docs and code 2020-05-20 15:54:51 +01:00
log.go fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
redirect_stderr_unix.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
redirect_stderr_windows.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
redirect_stderr.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
syslog_unix.go fs/log: add support for syslog LOCAL facilities - fixes #4061 2020-03-13 21:44:52 +00:00
syslog.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00