COMMITS
/ daemon/logger/jsonfilelog/jsonfilelog.go March 1, 2016
A
Remove some unused structs and fields
Alexander Morozov committed
February 29, 2016
D
Merge pull request #20605 from mountkin/optimize-json-log-writer
David Calavera committed
February 24, 2016
B
Revert "use pubsub instead of filenotify to follow json logs"
Brian Goff committed
February 23, 2016
S
make the json log writer much faster
Shijiang Wei committed
January 20, 2016
S
use pubsub instead of filenotify to follow json logs
Shijiang Wei committed
January 3, 2016
I
Fix race condition in JSONFileLogger.Log
Ingo Gottwald committed
December 16, 2015
D
Replace pkg/units with docker/go-units.
David Calavera committed
December 15, 2015
D
Move timeutils functions to the only places where they are used.
David Calavera committed
November 14, 2015
D
Extract rotate file writer from json log driver
daehyeok mun committed
October 8, 2015
B
Fallback to file polling for jsonlog reader on err
Brian Goff committed
November 2, 2015
S
increase the maxJSONDecodeRetry in json log reader
Shijiang Wei committed
October 30, 2015
S
fix a race in json logger reader
Shijiang Wei committed
October 4, 2015
D
add labels/env log option for jsonfile
Daniel Dao committed
August 17, 2015
A
Fix error message in max-file validation
Alexander Morozov committed
August 8, 2015
L
Enable golint in pkg/jsonlog and pkg/jsonmessage.
Lei Jitang committed
July 31, 2015
B
Ensure reader position is at the end after tailing
Brian Goff committed
July 21, 2015
M
golint fixes for daemon/logger/*
Morgan Bauer committed
July 3, 2015
B
Split reader interface from logger interface
Brian Goff committed
July 1, 2015
W
add support for maximum log size, and max number of log files
wlan0 committed
April 9, 2015
A
daemon: Logging drivers refactoring
Ahmet Alp Balkan committed
April 1, 2015
U
daemon/logger/jsonfilelog: avoid some allocations
unclejack committed
March 18, 2015
A
Protect jsonfilelog writes with mutex
Alexander Morozov committed
February 4, 2015
A
Default 'json-file' logging driver and none logging driver
Alexander Morozov committed