summaryrefslogtreecommitdiffstats
path: root/logserver/src
Commit message (Collapse)AuthorAgeFilesLines
...
* ignore files not matching date pattern regexp.Arne Juul2019-05-232-1/+18
|
* 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-226-35/+364
|\ | | | | add class for managing the log archive
| * add testcase for FilesArchived classArne Juul2019-05-221-0/+126
| |
| * add class for managing the log archiveArne Juul2019-05-225-35/+238
| |
* | Remove use interface that is no longer necessaryBjørn Christian Seime2019-05-151-14/+5
|/
* Merge pull request #9172 from vespa-engine/bjorncs/logserver-cleanupBjørn Christian Seime2019-05-147-519/+5
|\ | | | | Remove legacy protocol from logserver
| * Remove legacy protocol from logserverBjørn Christian Seime2019-04-247-519/+5
| |
* | multi-threaded transport for JRTHåvard Pettersen2019-05-131-1/+1
|/
* Merge pull request #8965 from vespa-engine/bjorncs/vespalog-timestamp-parsingTor Egge2019-03-292-64/+0
|\ | | | | Bjorncs/vespalog timestamp parsing
| * Move LogMessage unit test to vespalog and cleanup the test code.Bjørn Christian Seime2019-03-292-64/+0
| |
* | Merge pull request #8964 from vespa-engine/geirst/logserver-rpc-server-fixBjørn Christian Seime2019-03-293-1/+5
|\ \ | |/ |/| Support handling a list of log messages and flush after each time.
| * Support handling a list of log messages and flush after each time.Geir Storli2019-03-293-1/+5
| |
* | Increase number of decimals in log timestamp from 3 to 6Bjørn Christian Seime2019-03-291-4/+4
|/
* Make RpcServer independent of ArchiveLogMessagesMethodBjørn Christian Seime2019-03-284-9/+15
|
* 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-276-6/+362
|
* Expose timestamp of type 'Instant' in LogMessageBjørn Christian Seime2019-03-261-9/+8
|
* Expose threadId and processId from LogMessageBjørn Christian Seime2019-03-261-11/+13
|
* Remove unused log formatters from logserverBjørn Christian Seime2019-03-267-291/+0
|
* Fix syntax errors.Geir Storli2019-03-221-9/+9
|
* Initial version of proto file for new protocol between logserver and logd.Geir Storli2019-03-221-0/+42
|
* Remove implementation of write() in LogConnectionBjørn Christian Seime2019-03-203-48/+4
|
* Remove replicator plugin from logserverBjørn Christian Seime2019-03-208-888/+2
|
* Stop sending default state to logdBjørn Christian Seime2019-03-198-346/+18
| | | | | 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-023-21/+28
|
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-023-28/+21
|
* Fix usage of apis deprecated from Java 9.gjoranv2018-04-302-16/+26
| | | | + 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-145-503/+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-1461-61/+61
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1461-61/+61
|
* Update copyright headersJon Bratseth2017-06-1461-61/+61
|
* Revert "Copyright header"Jon Bratseth2017-06-1361-61/+61
|
* Copyright headerJon Bratseth2017-06-1361-61/+61
|
* 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-2459-789/+752
|
* remove old unused ignoresArne Juul2017-05-191-0/+0
|
* Make logserver tests work with VPNHåkon Hallingstad2017-05-172-15/+16
| | | | Also, ignore directory made by test.
* fix warningsArne H Juul2017-04-244-7/+7
| | | | | * remove unneeded casts * use class name, not instance, to call static methods
* Always pass wanted Vespa versionJon Bratseth2017-04-192-0/+2
|
* Remove the 200 character length limitation for logging in LogConnectionfreva2016-12-071-4/+1
|
* Change level of log message, nobody cares about these warnings anywayHarald Musum2016-09-282-3/+2
| | | | VESPA-4824