moby/daemon/logger
Nalin Dahyabhai 4730409857 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>
(cherry picked from commit d57c330617)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2017-02-22 17:51:27 -08:00
..
awslogs Updated AWS logstream to understand tags 2016-11-03 13:49:40 -07:00
etwlogs Swap usage of LazyDLL and LoadDLL to LazySystemDLL. 2016-11-22 18:40:35 -08:00
fluentd Merge pull request #26088 from akirakoyasu/patch-fluent-unixsocket 2016-11-09 12:49:06 +01:00
gcplogs Added optional flags to init gcp logger metadata 2016-07-13 13:56:18 +01:00
gelf Standardize default logging tag value 2016-06-04 12:38:12 +02:00
journald Synchronize the cursor returned by followJournal 2017-02-22 17:51:27 -08:00
jsonfilelog Merge pull request #31070 from cpuguy83/31060_fix_log_read_spin 2017-02-17 22:04:56 -08:00
logentries added logentries driver 2016-10-06 22:48:53 -03:00
loggerutils Standardize default logging tag value 2016-06-04 12:38:12 +02:00
splunk Splunk Logging Driver performance improvements 2016-09-12 09:00:16 -07:00
syslog Merge pull request #25736 from mwieczorek/25689-enable-syslog-driver-on-windows 2016-08-29 17:46:12 -04:00
context.go all: replace loop with single append 2016-10-13 13:31:52 -07:00
copier.go Merge pull request #22982 from nalind/log-newlines 2016-07-28 16:41:01 -07:00
copier_test.go add tests for long log-lines and trailing lines 2016-11-03 10:01:00 -07:00
factory.go inherit the daemon log options when creating containers 2016-05-02 23:04:04 +08:00
logger.go Fix a error of the function 'CopyMessage' in 'daemon/logger/logger.go' 2016-11-30 14:08:05 -08:00
logger_test.go Fix a error of the function 'CopyMessage' in 'daemon/logger/logger.go' 2016-11-30 14:08:05 -08:00