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
Sebastiaan van Stijn 4004a39d53
daemon/splunk: ignore G402: TLS MinVersion too low for now
daemon/logger/splunk/splunk.go:173:16: G402: TLS MinVersion too low. (gosec)
    	tlsConfig := &tls.Config{}
    	              ^

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-10 13:03:38 +02:00
..
awslogs Handle long log messages correctly on SizedLogger 2021-01-20 16:44:06 -08:00
etwlogs
fluentd
gcplogs Fix gcplogs memory/connection leak 2020-09-30 17:45:19 -07:00
gelf
journald daemon/logger/journald: fix linting errors 2021-06-10 13:03:21 +02:00
jsonfilelog jsonfile: more defensive reader implementation 2021-03-18 18:44:46 +00:00
local staticcheck: SA4001: &*x will be simplified to x. It will not copy x 2021-06-10 13:03:25 +02:00
logentries
loggerutils Handle long log messages correctly on SizedLogger 2021-01-20 16:44:06 -08:00
splunk daemon/splunk: ignore G402: TLS MinVersion too low for now 2021-06-10 13:03:38 +02:00
syslog Fixes #41010 skip empty lines 2020-06-06 12:36:50 +08:00
templates
adapter.go
adapter_test.go
copier.go Limit the rate at which logger errors are logged into daemon logs 2021-05-24 16:41:38 -07:00
copier_test.go Handle long log messages correctly on SizedLogger 2021-01-20 16:44:06 -08:00
factory.go
log_cache_opts.go
logger.go
logger_error.go Limit the rate at which logger errors are logged into daemon logs 2021-05-24 16:41:38 -07:00
logger_test.go
loginfo.go Check the length of the correct variable #42039 2021-02-18 10:27:35 -06:00
metrics.go
plugin.go
plugin_unix.go
plugin_unsupported.go
proxy.go
ring.go Merge pull request #42291 from angelcar/awslogs-dont-log-messge-discarded-errors 2021-05-27 19:33:44 -07:00
ring_test.go