aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/test/java/com/yahoo/container/handler/LogHandlerTest.java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Make it possible to limit number of log lines returned" (#241...Valerij Fredriksen2022-09-221-1/+1
* Revert "Make it possible to limit number of log lines returned" (#24168)Valerij Fredriksen2022-09-211-1/+1
* Make it possible to limit number of log lines returnedValerij Fredriksen2022-09-211-1/+1
* Convert container-core to junit5Bjørn Christian Seime2022-07-281-3/+3
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
* Move MaxPendingContentChannelStream to container-core and use it thorugh max ...Jon Marius Venstad2021-04-141-2/+3
* Mak log handler wait for network IO on every flushJon Marius Venstad2020-08-311-10/+12
* Support fetching logs from specific nodeOla Aunrønning2020-07-231-1/+2
* Let Jetty do compression, and merge overlapping time windowsJon Marius Venstad2020-06-151-3/+3
* Filter first and last log files on timestamp, and don't quit reading too earlyJon Marius Venstad2019-09-131-2/+2
* Remove old log readingOla Aunrønning2019-04-051-11/+11
* Make LogHandler configurableValerij Fredriksen2019-03-061-3/+8
* Add copyright headerJon Bratseth2018-10-011-1/+2
* Added test for LogHandlerOla Aunrønning2018-09-201-0/+54