aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/logging/AbstractSpoolingLogger.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add back shutdown(), breaks classes that extend AbstractSpoolingLoggerHarald Musum2023-08-311-1/+6
* Shut down loggers on deconstruct, and do this in unit test instead of sleepjonmv2023-08-311-2/+3
* Delete spooler file when entries sent successfullyHarald Musum2023-06-071-1/+2
* Catch all exceptions and run every secondHarald Musum2023-06-061-3/+3
* 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