aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/handler/LogReader.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Keep last 1000 lines sorted in log readerjonmv2022-10-141-3/+12
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-1/+1
* Undo conversion to recordValerij Fredriksen2022-09-221-1/+10
* Revert "Revert "Make it possible to limit number of log lines returned" (#241...Valerij Fredriksen2022-09-221-11/+4
* Revert "Make it possible to limit number of log lines returned" (#24168)Valerij Fredriksen2022-09-211-4/+11
* Make it possible to limit number of log lines returnedValerij Fredriksen2022-09-211-1/+3
* Non-functional cleanupValerij Fredriksen2022-09-211-10/+1
* handle zstd compressed filesArne H Juul2022-06-211-13/+37
* Add some comments, cleanupjonmv2022-06-141-2/+4
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Add proper excetion handling ensuring we are tracking pending bytes correctly.Henning Baldersheim2021-02-171-1/+1
* Track sent and acked bytes to ensure a smooth flow of bytes not exceeding max...Henning Baldersheim2021-02-171-6/+0
* Flush based on characters instead of lines to keep a small predictable memory...Henning Baldersheim2021-02-171-4/+10
* Skip files with mtime before oldest entry asked forJon Marius Venstad2020-09-081-1/+2
* Flush log stream every 64k lines as wellJon Marius Venstad2020-09-081-0/+3
* Assume file may have been zipped or deleted since listedJon Marius Venstad2020-09-021-1/+13
* Flush output from log handler more oftenJon Marius Venstad2020-08-051-24/+20
* Support fetching logs from specific nodeOla Aunrønning2020-07-231-3/+9
* Return immediately at end of time windowJon Marius Venstad2020-06-151-1/+4
* Let Jetty do compression, and merge overlapping time windowsJon Marius Venstad2020-06-151-45/+94
* Fix dateJon Marius Venstad2020-06-131-4/+7
* Allow higher generatino than 9Jon Marius Venstad2020-06-121-1/+1
* Fix commentJon Marius Venstad2020-06-121-1/+1
* Remove serrJon Marius Venstad2020-06-121-1/+0
* Extract time stamp from path instead of modified timeJon Marius Venstad2020-06-121-43/+88
* Make sure GZIPOutputStream is properly closed, but without closing channelJon Marius Venstad2020-06-121-12/+7
* Avoid duplication with time windows fully covering time lineJon Marius Venstad2019-09-131-1/+1
* Filter first and last log files on timestamp, and don't quit reading too earlyJon Marius Venstad2019-09-131-24/+82
* Remove old log readingOla Aunrønning2019-04-051-19/+0
* Don't create and close streams in loopOla Aunrønning2019-03-281-6/+3
* Check if log file is zipped (#8773)olaaun2019-03-131-3/+13
* Combined and zipped outputstreamValerij Fredriksen2019-03-061-15/+57
* Make LogHandler configurableValerij Fredriksen2019-03-061-21/+39
* Add some leniency to latestLogThresholdOla Aunrønning2019-02-271-3/+3
* Convert to base 64 using standard libraryOla Aunrønning2018-10-231-2/+2
* Add copyright headerJon Bratseth2018-10-011-0/+1
* Added test for LogHandlerOla Aunrønning2018-09-201-4/+1
* Filter on file creation time instead of last modified timeOla Aunrønning2018-09-201-3/+2
* Filter on time. Flatten logs jsonOla Aunrønning2018-09-181-28/+13
* filter number of logsOla Aunrønning2018-09-181-3/+29
* Check if container is running on logserverOla Aunrønning2018-09-101-15/+3
* Add functionality for retrieving logsOla Aunrønning2018-09-101-0/+44