aboutsummaryrefslogtreecommitdiffstats
path: root/logserver/src
Commit message (Expand)AuthorAgeFilesLines
* drop logging of metricsArne Juul2024-02-065-401/+1
* Correct copyright headersJon Bratseth2023-10-091-1/+1
* Update copyrightJon Bratseth2023-10-0936-37/+37
* Don't specify capabilities twiceBjørn Christian Seime2023-02-101-3/+1
* Define required capabilities for existing JRT RPC methodsBjørn Christian Seime2023-02-092-1/+5
* Unify on Streams.toList()Henning Baldersheim2023-01-171-3/+1
* 12s session timeout for application cluster curatorjonmv2022-10-141-1/+0
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-23/+9
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-121-1/+2
* Remove unused classHarald Musum2022-08-081-66/+0
* revert to gzip defaultArne H Juul2022-06-141-1/+1
* Reapply "hack in zstd compression"Arne H Juul2022-06-145-31/+140
* Revert "hack in zstd compression"Harald Musum2022-06-145-140/+31
* hack in zstd compressionArne H Juul2022-06-115-31/+140
* Remove on Vespa 8Jon Bratseth2022-06-081-1/+1
* com.yahoo.log.event cleanupArne H Juul2022-06-082-2/+0
* Increase timeout, unit test sometimes times outHarald Musum2022-04-201-3/+2
* Deprecate package c.y.log.event.gjoranv2022-01-253-2/+3
* Deprecate c.y.log.LogLevel.gjoranv2022-01-235-0/+6
* Remove MetricsFilter and NoMetricsFilterHarald Musum2021-11-087-1008/+7
* Remove support for filtering of metric eventsHarald Musum2021-11-081-18/+4
* Update 2019 Oath copyrights.gjoranv2021-10-277-7/+7
* Update 2017 copyright notices.gjoranv2021-10-0735-35/+35
* More lazy debug log message generationJon Marius Venstad2021-04-282-3/+3
* synchronize on static method and on instance method are completly disjunct.Henning Baldersheim2021-03-181-16/+23
* Speedup Flusher unit testBjørn Christian Seime2021-02-091-10/+26
* Sleep in end of iterationBjørn Christian Seime2021-02-091-4/+5
* Add delay before running maintenance the first timeHarald Musum2020-08-251-0/+2
* Set to null to enable GC to collect.Henning Baldersheim2020-08-122-4/+2
* - Do not do maintenance in the logger thread. That blocks both delivery to th...Henning Baldersheim2020-08-123-43/+33
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+2
* Use Vespa LogLevel where appropriate.gjoranv2020-04-251-1/+3
* Replace remaining LogLevel.<level> with corresponding Levelgjoranv2020-04-251-10/+10
* Map remaining DEBUG/SPAM/ERROR/FATAL -> Level.FINE/FINEST/SEVEREgjoranv2020-04-251-8/+8
* LogLevel -> Level for isLoggable()gjoranv2020-04-252-2/+2
* Use LogLevel where appropriate in 'logserver'gjoranv2020-04-257-8/+7
* LogLevel.CONFIG -> Level.CONFIGgjoranv2020-04-251-1/+1
* LogLevel.ERROR -> Level.SEVEREgjoranv2020-04-252-3/+3
* LogLevel.WARNING -> Level.WARNINGgjoranv2020-04-252-2/+2
* LogLevel.INFO -> Level.INFOgjoranv2020-04-251-1/+1
* LogLevel.DEBUG -> Level.FINEgjoranv2020-04-256-9/+9
* Import java.util.logging.Level instead of com.yahoo.log.LogLevelgjoranv2020-04-2513-13/+13
* Non-functional changesJon Bratseth2020-01-061-4/+4
* Now fdispatch reliques can goHenning Baldersheim2019-11-161-164/+0
* no need for 100 entries in this LRU cacheArne Juul2019-06-141-1/+1
* avoid race condition that would cause flush() to be called after close()Arne Juul2019-06-131-8/+4
* catch and print exception. set thread name.Arne Juul2019-06-051-2/+4
* remove debug codeArne Juul2019-06-051-7/+0
* add a daemon thread doing regular maintenanceArne Juul2019-06-043-65/+123
* drop manual cleaning of temporary folderArne Juul2019-05-232-153/+139