moby/daemon/logger/awslogs
Wesley Pettit c8f8d11ac4
awslogs: fix non-blocking log drop bug
Previously, the AWSLogs driver attempted to implement
non-blocking itself. Non-blocking is supposed to
implemented solely by the Docker RingBuffer that
wraps the log driver.

Please see issue and explanation here:
https://github.com/moby/moby/issues/45217

Signed-off-by: Wesley Pettit <wppttt@amazon.com>
2023-04-04 17:03:06 -07:00
..
cloudwatchlogs.go awslogs: fix non-blocking log drop bug 2023-04-04 17:03:06 -07:00
cloudwatchlogs_test.go awslogs: fix non-blocking log drop bug 2023-04-04 17:03:06 -07:00
cwlogsiface_mock_test.go upgrade to aws sdk go v2 2023-01-07 17:27:31 +00:00