aboutsummaryrefslogtreecommitdiffstats
path: root/vespalog/src/logger
Commit message (Collapse)AuthorAgeFilesLines
* Use snprintf instead of sprintf.Tor Egge2023-01-311-3/+3
|
* add -W optionArne Juul2022-10-261-1/+13
|
* 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-241-13/+12
|
* Update 2017 copyright notices.gjoranv2021-10-076-6/+6
|
* 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
* Use EXTERNAL_DEPENDS for external dependencies.Tor Egge2020-07-071-1/+1
|
* return from main instead of exitArne Juul2020-07-032-5/+5
|
* avoid naked exitArne Juul2020-07-032-17/+16
|
* 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
|
* Some return values are ignored in vespalog.Tor Egge2019-01-251-3/+8
|
* add robustnessArne Juul2017-09-211-11/+26
| | | | | | * if the machine / container was stopped abruptly, leaving pidfile laying around, this could cause problems at next startup if the pid was reused. Use advisory locks and also check for our own pid.
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-181-1/+1
|
* Update copyright headersJon Bratseth2017-06-146-6/+6
|
* Revert "Update copyright headers"Jon Bratseth2017-06-146-6/+6
|
* Update copyright headersJon Bratseth2017-06-146-6/+6
|
* Revert "Copyright header"Jon Bratseth2017-06-136-6/+6
|
* Copyright headerJon Bratseth2017-06-136-6/+6
|
* Rename vespalog binaries to have vespa- prefix.Tor Egge2017-06-072-4/+4
| | | | Temporarily add symlinks from old name to new name.
* misc cleanup from BaldersheimArne H Juul2017-05-021-4/+1
| | | | | | | * include file cleanup * only do LOG_SETUP as needed * remove "virtual" where "override" is specified also * some minor reformatting and indentation changes
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-1/+4
|
* Use overrideHenning Baldersheim2017-04-231-4/+1
|
* add override in vespalog moduleArne H Juul2017-04-101-1/+1
|
* ignore SIGQUITArne Juul2016-06-181-0/+2
| | | | | | * workaround for systemtest framework sending QUIT signal to processes that mention configserver on the command line.
* Merging code into new github branch.Arnstein Ressem2016-06-161-0/+1
|
* PublishJon Bratseth2016-06-157-0/+770