aboutsummaryrefslogtreecommitdiffstats
path: root/logserver/src/main
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Declare methods private and remove redundant comment.gjoranv2018-04-301-5/+2
|
* Remove code for getting errors in logs from log serverHarald Musum2018-04-144-381/+0
|
* Remove accidental code.Henning Baldersheim2018-02-121-1/+0
|
* 1 - Avoid concurrent access to 'handlers' array by using a CopyOnWriteArrayList.Henning Baldersheim2018-02-121-53/+65
| | | | 2 - Reduce synchronizations, but make it consistent by using Atomic primitives.
* Update copyright headersJon Bratseth2017-06-1441-41/+41
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1441-41/+41
|
* Update copyright headersJon Bratseth2017-06-1441-41/+41
|
* Revert "Copyright header"Jon Bratseth2017-06-1341-41/+41
|
* Copyright headerJon Bratseth2017-06-1341-41/+41
|
* add thread safetyArne H Juul2017-05-247-22/+9
| | | | | | * access to currentBatchList was not protected by lock, leading to currentBatchList in flushBatch(). * also: fix javadoc warnings
* Reindent and minor cleanups, no functional changesHarald Musum2017-05-2437-600/+559
|