summaryrefslogtreecommitdiff
path: root/daemon/logger/jsonfilelog
Commit message (Expand)AuthorAgeFilesLines
* testing: move fuzzers over from OSS-FuzzAdamKorcz2022-11-302-0/+36
* daemon/logger: use strconv instead of fmt.Sprintf()Sebastiaan van Stijn2022-10-081-2/+1
* daemon/logger: Increase initial buffers sizePaweł Gronowski2022-05-301-1/+1
* daemon/logger: Put Message back as soon as possiblePaweł Gronowski2022-05-301-3/+6
* daemon/logger: Global buffer poolsPaweł Gronowski2022-05-301-19/+15
* daemon/logger: Share buffers by sync.PoolPaweł Gronowski2022-05-271-17/+30
* daemon/logger: follow LogFile without file watchesCory Snider2022-05-192-134/+38
* daemon/logger: fix refcounting decompressed filesCory Snider2022-05-191-2/+68
* daemon/logger: remove ProducerGone from LogWatcherCory Snider2022-05-191-3/+4
* daemon/logger: open log reader synchronouslyCory Snider2022-05-192-40/+7
* daemon/logger: add test suite for LogReadersCory Snider2022-05-191-0/+15
* daemon/logger: improve jsonfilelog read benchmarkCory Snider2022-05-191-16/+21
* panic() instead of logrus.Fatal() in init funcsSebastiaan van Stijn2022-04-211-3/+2
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-12/+12
* jsonfile: more defensive reader implementationBrian Goff2021-03-181-1/+42
* Fix handling for json-file io.UnexpectedEOFBrian Goff2021-03-112-6/+69
* Reduce allocations for logfile readerBrian Goff2020-04-083-34/+68
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-114-8/+8
* jsonfilelog_test: check err from open before closeKir Kolyshkin2019-09-181-4/+4
* goimports: fix importsSebastiaan van Stijn2019-09-181-1/+1
* Merge pull request #38586 from robin-thoni/labels-regexYong Tang2019-04-292-2/+4
|\
| * Use a regex to match labelsRobin THONI2019-01-162-2/+4
* | Use assert.NilError() instead of assert.Assert()Sebastiaan van Stijn2019-01-211-3/+3
|/
* daemon.ContainerLogs(): fix resource leak on followKir Kolyshkin2018-09-062-4/+4
* Fix incorrect spelling in error messagePhil Estes2018-08-221-1/+1
* Decouple logfile from tailfile.Brian Goff2018-08-104-19/+74
* Update tests to use gotest.tools 👼Vincent Demeester2018-06-134-8/+8
* Various code-cleanupSebastiaan van Stijn2018-05-231-1/+1
* Replace deprecated testutil.ErrorContains()Sebastiaan van Stijn2018-05-211-3/+2
* Improve partial message support in loggerAnusha Ragunathan2018-04-111-1/+1
* Merge pull request #29932 from miaoyq/container-log-add-archiveBrian Goff2018-03-192-6/+76
|\
| * add compress option for 'jsonfiles' log driverYanqiang Miao2018-03-152-6/+76
* | Post migration assertion fixesDaniel Nephin2018-03-161-2/+12
* | Automated migration usingDaniel Nephin2018-03-164-25/+24
|/
* Make logfile perms configurableBenjamin Yolken2018-03-071-1/+1
* Fix empty LogPath with non-blocking logging modejunzhe and mnussbaum2018-02-201-5/+0
* Add canonical import commentDaniel Nephin2018-02-059-9/+9
* Carry 34248 Added tag log option to json-logger and use RawAttrsYong Tang2018-01-196-30/+18
* Added tag log option to json-loggerbonczj2018-01-196-4/+72
* Move json log reading into log file objectBrian Goff2017-11-046-770/+46
* Refactor log file writerBrian Goff2017-11-041-23/+15
* Add --until flag for docker logs; closes #32807Jamie Hannaford2017-11-011-4/+18
* Move jsonlog to a subpackage of jsonfilelogDaniel Nephin2017-09-259-5/+249
* Fix benchmarks and remove more unnecessary code.Daniel Nephin2017-09-253-77/+98
* Remove unused JSONLog marshalingDaniel Nephin2017-09-251-2/+1
* Unexport FastTimeMarshalJSONDaniel Nephin2017-09-251-6/+2
* Add gosimple linterDaniel Nephin2017-09-121-2/+1
* Update logrus to v1.0.1Derek McGowan2017-07-312-2/+2
* Avoid using a map for log attributesAaron Lehmann2017-07-181-1/+9
* Merge pull request #33713 from x1022as/error_fdAaron Lehmann2017-07-061-2/+6
|\