summaryrefslogtreecommitdiffstats
path: root/vespalog
Commit message (Collapse)AuthorAgeFilesLines
* 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-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
|\ | | | | Bjorncs/logserver rpc preparations
| * 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
| | | | 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-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
| | | | | - 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
|
* 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
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* 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
| | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* 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
| | | | | | | | | | | * 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
|