summaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/logging/AbstractSpoolingLogger.java
Commit message (Expand)AuthorAgeFilesLines
* Executor cannot be static, will not work if container is reconfiguredHarald Musum2022-10-251-3/+2
* Make sure to use unique file namesHarald Musum2022-10-191-0/+1
* Switch to a new file if some time after first write has passedHarald Musum2022-10-191-1/+3
* Make AbstractSpoolingLogger public to be able to extend it from user codeHarald Musum2022-10-171-1/+1
* Make transport return a boolean and use a function when processing filesHarald Musum2022-10-061-3/+1
* Add very simple start of spooler for entriesHarald Musum2022-10-051-4/+60
* Add external logger draft codeLester Solbakken2022-09-221-0/+12