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
Nalin Dahyabhai d57c330617 Synchronize the cursor returned by followJournal
Make sure that the cursor value returned by followJournal() is the last
of the values returned by its goroutine's calls to drainJournal() by
waiting for it, rather than returning a value that may be superceded by
another if we're singalling the goroutine that it should exit by closing
a pipe.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-02-22 16:22:00 -05:00
..
awslogs Use sync.Pool for logger Messages 2017-02-01 13:52:37 -05:00
etwlogs Merge pull request #30136 from tg123/master 2017-02-06 14:00:00 -08:00
fluentd Use sync.Pool for logger Messages 2017-02-01 13:52:37 -05:00
gcplogs Use sync.Pool for logger Messages 2017-02-01 13:52:37 -05:00
gelf Use sync.Pool for logger Messages 2017-02-01 13:52:37 -05:00
journald Synchronize the cursor returned by followJournal 2017-02-22 16:22:00 -05:00
jsonfilelog Fix cpu spin waiting for log write events 2017-02-15 21:41:32 -05:00
logentries Use sync.Pool for logger Messages 2017-02-01 13:52:37 -05:00
loggerutils Rename 'context' to 'loginfo' in the logger module 2016-12-29 19:13:44 +08:00
splunk Use sync.Pool for logger Messages 2017-02-01 13:52:37 -05:00
syslog Add NILVALUE for STRUCTURED-DATA in RFC5424 logs 2017-02-02 15:16:14 -07:00
copier.go Use sync.Pool for logger Messages 2017-02-01 13:52:37 -05:00
copier_test.go Use sync.Pool for logger Messages 2017-02-01 13:52:37 -05:00
factory.go Implement optional ring buffer for container logs 2017-02-01 13:52:37 -05:00
logger.go Use sync.Pool for logger Messages 2017-02-01 13:52:37 -05:00
loginfo.go Rename 'context' to 'loginfo' in the logger module 2016-12-29 19:13:44 +08:00
ring.go Use sync.Pool for logger Messages 2017-02-01 13:52:37 -05:00
ring_test.go Implement optional ring buffer for container logs 2017-02-01 13:52:37 -05:00