1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/daemon/logger
Christopher Jones 069fdc8a08
[project] change syscall to /x/sys/unix|windows
Changes most references of syscall to golang.org/x/sys/
Ones aren't changes include, Errno, Signal and SysProcAttr
as they haven't been implemented in /x/sys/.

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>

[s390x] switch utsname from unsigned to signed

per 33267e036f
char in s390x in the /x/sys/unix package is now signed, so
change the buildtags

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
2017-07-11 08:00:32 -04:00
..
awslogs Spelling fixes 2017-07-03 13:13:09 -07:00
etwlogs [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04:00
fluentd Merge pull request #27565 from rothrock/env-by-regex 2017-03-31 10:46:48 -04:00
gcplogs GCP Logs: send log line as jsonPayload.message instead of jsonPayload.data 2017-05-15 16:35:53 -07:00
gelf Merge pull request #27565 from rothrock/env-by-regex 2017-03-31 10:46:48 -04:00
journald Fix stderr logging for journald and syslog 2017-06-26 14:37:43 -07:00
jsonfilelog Merge pull request #33713 from x1022as/error_fd 2017-07-06 16:47:34 -07:00
logentries Merge pull request #27565 from rothrock/env-by-regex 2017-03-31 10:46:48 -04:00
loggerutils Fix wrong filemode for rotate log files 2017-07-03 03:49:22 -04:00
splunk Merge pull request #27565 from rothrock/env-by-regex 2017-03-31 10:46:48 -04:00
syslog Fix stderr logging for journald and syslog 2017-06-26 14:37:43 -07:00
adapter.go Logging driver should receive same file in start/stop request 2017-06-08 10:05:52 +02:00
adapter_test.go * standardize timeouts for log reads and writes for logger adapter tests 2017-06-18 18:47:45 -07:00
copier.go Use sync.Pool for logger Messages 2017-02-01 13:52:37 -05:00
copier_test.go use t.Fatal() to output the err message where the values used for formatting 2017-02-23 10:16:22 +08:00
factory.go Add logdrivers to /info 2017-04-11 18:07:15 -04:00
logger.go Implement plugins for logging drivers 2017-04-10 13:17:20 -04:00
logger_test.go Implement plugins for logging drivers 2017-04-10 13:17:20 -04:00
loginfo.go Use a regex to match environment variables #27565 2017-01-19 15:30:11 -08:00
plugin.go Logging driver should receive same file in start/stop request 2017-06-08 10:05:52 +02:00
plugin_unix.go Implement plugins for logging drivers 2017-04-10 13:17:20 -04:00
plugin_unsupported.go Implement plugins for logging drivers 2017-04-10 13:17:20 -04:00
proxy.go Implement plugins for logging drivers 2017-04-10 13:17:20 -04:00
ring.go Spelling fixes 2017-07-03 13:13:09 -07:00
ring_test.go fix some typos from module contrib to man 2017-02-18 10:08:55 +08:00