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/awslogs
Jacob Vallejo e1ada0b885 logger: copy to log driver's bufsize
Log drivers may have an internal buffer size that can be accommodated
by the copier as it is more effective to buffer and send fewer though
larger messages that the log driver can consume.

This eliminates the need for Partial handling for drivers that do not
support the concept (ie: awslogs, which can only have events up to
service limits).

Signed-off-by: Jacob Vallejo <jakeev@amazon.com>
2017-10-30 16:25:09 +00:00
..
cloudwatchlogs.go logger: copy to log driver's bufsize 2017-10-30 16:25:09 +00:00
cloudwatchlogs_test.go logger: copy to log driver's bufsize 2017-10-30 16:25:09 +00:00
cwlogsiface_mock_test.go Support of CreateLogGroup for awslogs 2017-01-27 11:15:17 -08:00