aboutsummaryrefslogtreecommitdiffstats
path: root/logserver/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Remove MetricsFilter and NoMetricsFilterHarald Musum2021-11-083-75/+2
|
* Remove support for filtering of metric eventsHarald Musum2021-11-081-18/+4
| | | | | Property is undocumented, was ued when we had yinst and metric events are going away as well.
* Update 2019 Oath copyrights.gjoranv2021-10-274-4/+4
|
* Update 2017 copyright notices.gjoranv2021-10-0726-26/+26
|
* 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
| | | | Instead you should synchonize exactly what you need.
* 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
| | | | | Unit tests depend on files not being deleted immediately after FilesArchived has been started
* 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 ↵Henning Baldersheim2020-08-123-43/+33
| | | | | | the bound Q and holds objects in memory. Instead just signal that it might be a good idea to do maintenance.
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-041-1/+2
|
* 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-256-6/+5
|
* 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-2512-12/+12
|
* Non-functional changesJon Bratseth2020-01-061-4/+4
|
* 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
|
* add a daemon thread doing regular maintenanceArne Juul2019-06-041-9/+36
| | | | * also, refactor test implementation
* remove outdated commentsArne Juul2019-05-231-19/+0
|
* ignore files not matching date pattern regexp.Arne Juul2019-05-231-1/+14
|
* use try-with-resources to ensure streams are closedArne Juul2019-05-231-5/+3
|
* Merge pull request #9493 from vespa-engine/arnej/add-logarchive-maintainerArne H Juul2019-05-224-34/+235
|\ | | | | add class for managing the log archive
| * add class for managing the log archiveArne Juul2019-05-224-34/+235
| |
* | Remove use interface that is no longer necessaryBjørn Christian Seime2019-05-151-14/+5
|/
* Remove legacy protocol from logserverBjørn Christian Seime2019-04-243-249/+3
|
* Support handling a list of log messages and flush after each time.Geir Storli2019-03-292-1/+4
|
* Make RpcServer independent of ArchiveLogMessagesMethodBjørn Christian Seime2019-03-283-7/+12
|
* Use correct jrt error code for method faliuresBjørn Christian Seime2019-03-281-3/+4
|
* Return error response when request failsBjørn Christian Seime2019-03-281-1/+4
|
* Remove conflicting description of 'uncompressedSize'Bjørn Christian Seime2019-03-281-2/+2
|
* Don't throw NPE when close() is called without prior start()Bjørn Christian Seime2019-03-271-1/+3
|
* Add rpc interface to logserverBjørn Christian Seime2019-03-274-2/+274
|
* Expose timestamp of type 'Instant' in LogMessageBjørn Christian Seime2019-03-261-9/+8
|
* Remove unused log formatters from logserverBjørn Christian Seime2019-03-264-176/+0
|
* Remove implementation of write() in LogConnectionBjørn Christian Seime2019-03-202-47/+3
|
* Remove replicator plugin from logserverBjørn Christian Seime2019-03-205-668/+2
|
* Stop sending default state to logdBjørn Christian Seime2019-03-195-252/+17
| | | | | Configuration of default state through system property is not documented, and the configuration is ignored by logd.
* Remove duplicate CatchSigTerm from vespajlibHåkon Hallingstad2019-01-311-4/+4
|
* Minor fixesJon Bratseth2018-10-143-5/+4
|
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-022-7/+5
|
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-022-5/+7
|
* Fix usage of apis deprecated from Java 9.gjoranv2018-04-301-2/+3
| | | | + rewrite if to switch-case.