aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/logging
Commit message (Expand)AuthorAgeFilesLines
* Make sure to always start executorHarald Musum2023-12-131-1/+8
* Add start method to start processing filesHarald Musum2023-12-062-4/+8
* Delay processing of files, subclasses might need to be constructed fully firstHarald Musum2023-12-061-1/+3
* Update copyrightJon Bratseth2023-10-097-7/+7
* Make LoggerEntry.build() publicHarald Musum2023-09-281-1/+1
* Create strings only if they will be loggedHarald Musum2023-09-281-5/+5
* 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-312-4/+12
* Fix ByteBuffer usage by doing this the simple wayHarald Musum2023-06-161-4/+1
* Merge pull request #27379 from vespa-engine/hmusum/always-log-if-failing-to-p...Lester Solbakken2023-06-121-4/+7
|\
| * Always log when failing to process fileHarald Musum2023-06-121-4/+7
* | Add serialization test for LoggerEntryLester Solbakken2023-06-121-1/+5
|/
* Delete spooler file when entries sent successfullyHarald Musum2023-06-072-3/+11
* Don't encode blob twice in toString()Harald Musum2023-06-071-3/+5
* Make constructor public, used in system testsHarald Musum2023-06-061-5/+6
* Track failures and move file to failures path if more than max failuresHarald Musum2023-06-061-17/+36
* Catch all exceptions and run every secondHarald Musum2023-06-061-3/+3
* Add flag deciding if we should keep success filesHarald Musum2023-02-031-3/+9
* Reduce need to access getJDiscRequestHenning Baldersheim2022-11-291-4/+6
* Add track as option to grid logger entryLester Solbakken2022-11-241-1/+15
* Executor cannot be static, will not work if container is reconfiguredHarald Musum2022-10-251-3/+2
* Synchronize when accesing or changing file nameHarald Musum2022-10-191-9/+9
* Make sure to use unique file namesHarald Musum2022-10-192-7/+21
* Need method to be public to be able to extend LoggerHarald Musum2022-10-192-2/+2
* Switch to a new file if some time after first write has passedHarald Musum2022-10-192-13/+39
* Merge pull request #24464 from vespa-engine/hmusum/support-many-entries-per-fileHarald Musum2022-10-183-54/+66
|\
| * Rename to serialize and deserialize, use Slime everywhereHarald Musum2022-10-173-26/+16
| * Write several entries into files using JSONL file formatHarald Musum2022-10-152-33/+55
* | 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-064-23/+19
* Add very simple start of spooler for entriesHarald Musum2022-10-052-4/+235
* Add a fromJson method to LoggerEntry (use when reading spooler files)Harald Musum2022-10-051-2/+18
* Use correct logger and allow executor access from subclassesHarald Musum2022-10-051-6/+5
* Remove PublicAPI annotationLester Solbakken2022-10-051-2/+0
* Export logger packageLester Solbakken2022-09-232-1/+9
* Add timestamp and query fields to json dumpLester Solbakken2022-09-222-1/+16
* Add external logger draft codeLester Solbakken2022-09-225-0/+259