aboutsummaryrefslogtreecommitdiffstats
path: root/vespalog
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12800 from vespa-engine/arnej/ensure-consistent-logcontro...gjoranv2020-04-023-8/+10
|\
| * ensure consistent offset in logcontrol fileArne Juul2020-04-023-8/+10
* | Remove 'public' for interface methodsgjoranv2020-03-311-15/+11
* | Remove whitespacegjoranv2020-03-311-1/+1
* | Limit accessgjoranv2020-03-262-17/+4
* | Remove some code inspection warnings.gjoranv2020-03-261-39/+26
* | Limit acces.gjoranv2020-03-262-10/+5
|/
* sanitize more input dataArne Juul2020-03-251-2/+1
* Move host RPMs to x86_64Håkon Hallingstad2020-03-191-1/+1
* Revert "Move RPMs to x86_64 with Obsoletes"Håkon Hallingstad2020-03-181-2/+1
* Move RPMs to x86_64 with ObsoletesHåkon Hallingstad2020-03-181-1/+2
* Revert "Migrate from noarch host rpms to x86_64"Håkon Hallingstad2020-03-161-1/+1
* Migrate from noarch host rpms to x86_64Håkon Hallingstad2020-03-161-1/+1
* Use separate allocations in ns_log::Logger::doLogCore.Tor Egge2020-01-271-11/+9
* Add include statements needed by newer build environments.Tor Egge2020-01-262-0/+2
* Install empty dirs.Tor Egge2020-01-151-0/+1
* Configure ZooKeeper log file handlerHarald Musum2020-01-132-11/+17
* Make sure to close file handler used for zookeeper log messagesHarald Musum2020-01-102-2/+16
* GC unused timestamp in schema.Henning Baldersheim2019-12-161-5/+5
* FastOS_Time -> std::chrono.Henning Baldersheim2019-11-201-6/+5
* Now fdispatch reliques can goHenning Baldersheim2019-11-164-83/+6
* Nonfunctional changes onlyJon Bratseth2019-10-114-10/+7
* Clean up some code to improve code health during random code read.Henning Baldersheim2019-10-014-24/+18
* Add include of header file for signal handling.Tor Egge2019-09-031-0/+1
* Avoid the last usages of time(0/NULL/nullptr) in the codebase.Henning Baldersheim2019-08-261-11/+18
* typo. dispatch soon no moreKristian Aune2019-06-251-3/+3
* Add missing includes.Tor Egge2019-06-112-0/+2
* Modernize so gcc 9 does not complain.Henning Baldersheim2019-05-091-10/+5
* Merge pull request #8996 from vespa-engine/toregge/avoid-log-timestamp-roundi...Geir Storli2019-04-041-7/+18
|\
| * Avoid timestamp rounding errors.Tor Egge2019-04-031-7/+18
* | Fix format string in vespalog module.Tor Egge2019-04-031-1/+1
|/
* Merge pull request #8979 from vespa-engine/bjorncs/use-vespalog-jdisc-coreBjørn Christian Seime2019-04-011-21/+2
|\
| * Use ProcessHandle to get process idBjørn Christian Seime2019-04-011-21/+2
* | Fix timestamp formatting in LLParser::makeMessage.Tor Egge2019-04-011-1/+1
|/
* Improve parsing of timestampsBjørn Christian Seime2019-03-294-3/+30
* Move LogMessage unit test to vespalog and cleanup the test code.Bjørn Christian Seime2019-03-293-0/+1053
* Remove '--livestream' from vespa-logfmt helpBjørn Christian Seime2019-03-291-1/+0
* Increase number of decimals in log timestamp from 3 to 6Bjørn Christian Seime2019-03-296-51/+56
* Merge pull request #8921 from vespa-engine/bjorncs/logserver-rpc-preparationsBjørn Christian Seime2019-03-284-21/+107
|\
| * Override equals() and hashCode() for LogMessageBjørn Christian Seime2019-03-272-1/+25
| * Resolve conflicting definition of sentinel value for missing thread idBjørn Christian Seime2019-03-272-5/+2
| * Add author tagBjørn Christian Seime2019-03-261-0/+1
| * Add static factory method to LogMessageBjørn Christian Seime2019-03-262-1/+8
| * Expose timestamp of type 'Instant' in LogMessageBjørn Christian Seime2019-03-263-15/+26
| * Expose threadId and processId from LogMessageBjørn Christian Seime2019-03-262-8/+37
| * Add utility methods for log formattingBjørn Christian Seime2019-03-261-0/+17
* | Implement functions for converting log messages to protobuf objects.Geir Storli2019-03-262-0/+27
|/
* Clean up unit test.Tor Egge2019-03-261-149/+47
* Stop checking for too old or too new timestamp.Tor Egge2019-03-261-13/+8
* Add class comment.Tor Egge2019-03-261-0/+3