aboutsummaryrefslogtreecommitdiffstats
path: root/vespalog
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24050 from vespa-engine/arnej/cleanup-perl-in-vespalogHenning Baldersheim2022-09-149-860/+34
|\ | | | | Arnej/cleanup perl in vespalog
| * simpler without generating codeArne Juul2022-09-144-56/+34
| |
| * remove unused codeArne Juul2022-09-145-804/+0
| |
* | remove superseded perl version of vespa-logfmtArne Juul2022-09-141-306/+0
|/
* Reapply "Arnej/use go logfmt"Arne Juul2022-08-181-1/+0
| | | | This reverts commit ebf0b7e6b37a0674da370c5fe0057f1aeac1d5a0.
* Revert "Arnej/use go logfmt"Arne H Juul2022-08-161-0/+1
|
* hookup new version of vespa-logfmtArne Juul2022-08-161-1/+0
| | | | | * adds simple go compilation hook for cmake * stop installing perl version of vespa-logfmt
* qrserver -> containerHarald Musum2022-08-081-2/+2
|
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* Re-enable deprecation warnings.gjoranv2022-06-081-8/+0
|
* Make deprecated apis package private.gjoranv2022-06-082-14/+2
|
* Make VespaFormatter package private.gjoranv2022-06-084-26/+20
|
* com.yahoo.log.event cleanupArne H Juul2022-06-0823-594/+12
|
* make some implementation classes non-publicArne H Juul2022-06-0817-52/+28
|
* no PublicApi for eventsArne H Juul2022-06-081-2/+0
|
* Remove deprecated members from vespalogBjørn Christian Seime2022-06-084-161/+1
|
* Replace deprecated LogRecord.setThreadID -> setLongThreadIDgjoranv2022-06-081-3/+3
|
* Replace deprecated LogRecord.getThreadID -> getLongThreadIDgjoranv2022-06-082-5/+5
|
* Set up vespalog in StandaloneMain static initializergjoranv2022-05-101-21/+0
| | | | - Remove unused InitializeLog
* Reapply setup of vespalog in jdisc_core (#22509)gjoranv2022-05-104-4/+27
| | | | Revert "Merge pull request #22515 from vespa-engine/revert-22509-setup-vespalog-in-jdisc_core"
* Revert "Setup vespalog in jdisc core [run-systemtest]"Henning Baldersheim2022-05-094-27/+4
|
* Update ABIHenning Baldersheim2022-05-091-12/+0
|
* Move to non-public impl package.Henning Baldersheim2022-05-092-1/+8
|
* Use a general name indicating that it is an unused default.Henning Baldersheim2022-05-091-2/+1
|
* Initialize logging earlier in container startup sequenceHenning Baldersheim2022-05-094-4/+33
|
* Set all deps to provided in vespaloggjoranv2022-05-081-0/+3
| | | | | - Must scan vespajlib explicitly for exported packages in jdisc_core, now that it's no longer embedded in vespalog.
* Don't embed annotations in osgi bundlesBjørn Christian Seime2022-05-041-0/+1
|
* remove FastOS_ApplicationHåvard Pettersen2022-04-081-3/+9
| | | | | | | | fixup (per application): - maybe ignore SIGPIPE - wire argc/argv untangle Vespa Test Framework strip down deprecated TestApp
* fix tsan warningsHåvard Pettersen2022-03-111-9/+10
|
* Avoid memory leak.Tor Egge2022-02-133-20/+20
|
* Deprecate package c.y.log.event.gjoranv2022-01-2522-7/+33
|
* Deprecate c.y.log.LogLevel.gjoranv2022-01-237-7/+14
| | | | - Will remain PublicApi until Vespa 9
* deprecate internal details of vespa loggingArne H Juul2022-01-2032-23/+165
| | | | | * the classes deprecated here will be moved into a package that isn't PublicApi for Vespa 8.
* unify java warningsArne H Juul2022-01-061-7/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* Merge pull request #20471 from vespa-engine/toregge/include-string-header-fileHenning Baldersheim2021-12-111-1/+1
|\ | | | | Include string header file when needed.
| * Include string header file when needed.Tor Egge2021-12-111-1/+1
| |
* | Include csignal instead of signal.hTor Egge2021-12-111-1/+1
| |
* | Include signal.h to get declarations of kill() and killpg() on Darwin.Tor Egge2021-12-111-0/+1
|/
* Use c++11 strings instead of old c-style manual string manipulation.Henning Baldersheim2021-11-244-29/+25
|
* Update 2019 Oath copyrights.gjoranv2021-10-276-6/+6
|
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Update 2017 copyright notices.gjoranv2021-10-07116-116/+116
|
* Remove unused variables.Tor Egge2021-08-231-2/+0
|
* Reduce test time for vespalog_threads_test_app.Tor Egge2021-01-081-4/+4
|
* Make it compatible with c++2aHenning Baldersheim2020-12-021-1/+9
|
* Use builtin_expect to advise on most likely branchHenning Baldersheim2020-11-071-2/+2
|
* Try to avoid race when creating directoryHarald Musum2020-10-151-5/+6
| | | | | If e.g. several containers try to create this directory at the same time there will be unnecessary warnings in log
* start cleanup of process group soonerArne Juul2020-09-171-5/+28
| | | | | | | | * when the master process (usually config-sentinel) exits, it has done all the cleanup it can do, so we need to start cleaning up any remaining (stray) processes at once. * also, log some more messages about what is happening, and flush output after each message.
* more time for clean shutdownArne Juul2020-09-091-5/+5
| | | | | * wait 12 minutes before sending SIGTERM to entire process group * wait 15 minutes before sending SIGKILL to entire process group
* Stick to junit for simple test.Henning Baldersheim2020-08-113-26/+19
|