moby/daemon/logger/awslogs
Wesley Pettit 28b694d32d
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>
(cherry picked from commit c8f8d11ac4)
2023-04-17 11:59:53 -07:00
..
cloudwatchlogs.go awslogs: fix non-blocking log drop bug 2023-04-17 11:59:53 -07:00
cloudwatchlogs_test.go awslogs: fix non-blocking log drop bug 2023-04-17 11:59:53 -07:00
cwlogsiface_mock_test.go awslogs: replace channel-based mocks 2022-01-10 18:42:11 -08:00