summaryrefslogtreecommitdiffstats
path: root/vespalog
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add LogMessage class to vespalog.Tor Egge2019-03-258-0/+482
* Remove replicator plugin from logserverBjørn Christian Seime2019-03-202-12/+2
* Remove bad format string macro hack.Tor Egge2019-03-131-6/+1
* Revert "Remove bad format string macro hack."Arnstein Ressem2019-03-131-1/+6
* Remove bad format string macro hack.Tor Egge2019-03-131-6/+1
* JDK 11: Replace LogRecord.setMillis with setInstant.gjoranv2019-03-043-25/+25
* Eliminate some gcc 9 warnings.Tor Egge2019-02-251-2/+2
* Eliminate clang warning in vespalogTor Egge2019-02-061-1/+1
* Some return values are ignored in vespalog.Tor Egge2019-01-253-3/+17
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+556
* Detect that loglevel has changes within 3 seconds. Better than 10.Henning Baldersheim2019-01-061-1/+1
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-556/+0
* Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
* Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+568
* go back to old way of computing filenameArne Juul2018-11-051-2/+2
* Avoid .* imports.Henning Baldersheim2018-10-101-1/+2
* LogFileDB must ensure directory exists.Henning Baldersheim2018-10-102-14/+23
* Use full nameHarald Musum2018-10-0313-13/+13
* enforce log retention policiesArne Juul2018-09-063-0/+83
* Use a map from uppercase names instead, dohJon Marius Venstad2018-08-161-17/+19
* Revert "Look for upper case log levels by modifying the search term"Jon Marius Venstad2018-08-162-10/+18
* Look for upper case log levels by modifying the search termJon Marius Venstad2018-08-162-18/+10
* Make LogLevel implementation obey its doc, which seems reasonableJon Marius Venstad2018-08-162-3/+21
* Fix author tag for SimonBjørn Christian Seime2018-07-052-2/+2
* translate any unknown log levels numerically (some customers chose to useArne Juul2018-06-191-5/+15