summaryrefslogtreecommitdiffstats
path: root/vespalog/src
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #8921 from vespa-engine/bjorncs/logserver-rpc-preparationsBjørn Christian Seime2019-03-283-20/+100
|\
| * Override equals() and hashCode() for LogMessageBjørn Christian Seime2019-03-271-0/+22
| * 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-261-0/+6
| * Expose timestamp of type 'Instant' in LogMessageBjørn Christian Seime2019-03-262-14/+24
| * Expose threadId and processId from LogMessageBjørn Christian Seime2019-03-261-8/+35
| * 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-257-0/+481
* 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
* Detect that loglevel has changes within 3 seconds. Better than 10.Henning Baldersheim2019-01-061-1/+1
* 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-062-0/+79
* 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
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
* Use fallthrough attributes.Tor Egge2018-05-271-2/+2
* use simpler bootstrapArne Juul2018-05-141-65/+5
* update bootstrap section of scriptsArne Juul2018-05-141-0/+12
* Using an assert instead of using strnxxx.Henning Baldersheim2018-05-111-1/+1
* remove unneeded mem zeroingHenning Baldersheim2018-05-111-1/+1
* No need to pre-zero bytes when using inplace construction.Henning Baldersheim2018-05-111-1/+0
* Use new junit APIJon Bratseth2018-05-041-25/+25
* Allow building with Java 9.gjoranv2018-04-275-2/+8
* Remove fastos as runtime dependencyHenning Baldersheim2017-11-024-7/+8
* Use std::mutex instead of FastOS_Mutex in slobrok and vespalog modules.Tor Egge2017-10-271-10/+6
* Code santize based on intellij`s advise. NULL -> nullptr, 0 -> false, dead co...Henning Baldersheim2017-10-123-43/+24
* Add -Wformat-securityHenning Baldersheim2017-10-125-9/+8
* add robustnessArne Juul2017-09-211-11/+26
* Filter on correct package prefix for CuratorHarald Musum2017-09-1721-23/+23
* Nonfunctional changes onlyJon Bratseth2017-09-131-2/+2
* use Defaults::vespaHostnameArne Juul2017-09-082-8/+4