summaryrefslogtreecommitdiffstats
path: root/vespalog
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | This avoid .lck files being left behind after stopping container
* 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 ↵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
|