aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com/yahoo/container/handler/LogReaderTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Keep last 1000 lines sorted in log readerjonmv2022-10-141-13/+24
|
* Revert "Revert "Make it possible to limit number of log lines returned" ↵Valerij Fredriksen2022-09-221-15/+15
| | | | | | (#24168)" This reverts commit d058fe597d6ba98f27c146cf725752aab1405772.
* Revert "Make it possible to limit number of log lines returned" (#24168)Valerij Fredriksen2022-09-211-15/+15
|
* Make it possible to limit number of log lines returnedValerij Fredriksen2022-09-211-4/+13
|
* Non-functional cleanupValerij Fredriksen2022-09-211-11/+2
|
* Add 'model' config typeJon Bratseth2022-08-311-0/+3
|
* Convert container-core to junit5Bjørn Christian Seime2022-07-281-14/+22
|
* handle zstd compressed filesArne H Juul2022-06-211-6/+15
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Support fetching logs from specific nodeOla Aunrønning2020-07-231-14/+22
|
* Let Jetty do compression, and merge overlapping time windowsJon Marius Venstad2020-06-151-9/+3
|
* Extract time stamp from path instead of modified timeJon Marius Venstad2020-06-121-23/+28
|
* Expand unit test to include un-filtered log fileJon Marius Venstad2020-06-121-5/+9
|
* Filter first and last log files on timestamp, and don't quit reading too earlyJon Marius Venstad2019-09-131-14/+14
|
* Remove old log readingOla Aunrønning2019-04-051-21/+15
|
* Don't create and close streams in loopOla Aunrønning2019-03-281-9/+1
|
* Check if log file is zipped (#8773)olaaun2019-03-131-3/+23
| | | | | | | | * Check if log file is zipped * Check that outputStream isn't already a GZIPOutputStream * No longer depend on file type order
* Stabilize LogReaderTestValerij Fredriksen2019-03-071-2/+19
|
* Combined and zipped outputstreamValerij Fredriksen2019-03-061-2/+21
|
* Make LogHandler configurableValerij Fredriksen2019-03-061-15/+18
|
* Add some leniency to latestLogThresholdOla Aunrønning2019-02-271-1/+2
|
* Add copyright headerJon Bratseth2018-10-011-1/+2
|
* Added test for LogHandlerOla Aunrønning2018-09-201-4/+4
|
* Replace HTTP response with Log class. Other cleanupOla Aunrønning2018-09-181-1/+1
|
* Filter on time. Flatten logs jsonOla Aunrønning2018-09-181-1/+11
|
* filter number of logsOla Aunrønning2018-09-181-1/+2
|
* Check if container is running on logserverOla Aunrønning2018-09-101-11/+3
|
* Add functionality for retrieving logsOla Aunrønning2018-09-101-0/+36