summaryrefslogtreecommitdiffstats
path: root/vespalog/src
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Geir Storli2019-04-041-7/+18
|\ | | | | | | | | vespa-engine/toregge/avoid-log-timestamp-rounding-errors Avoid log timestamp rounding errors
| * 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
|\ | | | | Bjorncs/use vespalog jdisc core
| * 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-293-3/+29
|
* 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-295-51/+55
|
* Merge pull request #8921 from vespa-engine/bjorncs/logserver-rpc-preparationsBjørn Christian Seime2019-03-283-20/+100
|\ | | | | Bjorncs/logserver rpc preparations
| * 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
| | | | Don't allow pid field to end with trailing slash when no thread id is present.
* 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
| | | | | - Suppress deprecation warnings locally instead of globally in controller-server.
* 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
| | | | | | | | | | | * for access logs, save meta-data about the log file itself in a simple format. * implement a proof-of-concept shell script that removes log files after one month. * ensure retention enforcer is started when services start * note that retention enforcer will continue running even after services stop, but it has protection to ensure that it won't multiply endlessly.
* 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
| | | | This reverts commit a62a3b47817ebb52f8ea4413d37804d4da459171.
* 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
| | | | com.twitter.logging.Logger which has ERROR but with a different number).
* 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
|